From 436786bfe6e2cf14cffaa4015d1ede18f290a6ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 19:54:17 +0000 Subject: [PATCH] build(deps): bump KyleMayes/install-llvm-action from 2.0.0 to 2.0.2 Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 2.0.0 to 2.0.2. - [Release notes](https://github.com/kylemayes/install-llvm-action/releases) - [Changelog](https://github.com/KyleMayes/install-llvm-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/kylemayes/install-llvm-action/compare/bb56a8457a77b95a5fa576c23731cbb162fd2056...8b37482c5a2997a3ab5dbf6561f8109e2eaa7d3b) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/format.yml | 4 ++-- .github/workflows/library.yml | 2 +- .github/workflows/main.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 83da3cd9..0934ef25 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -26,7 +26,7 @@ jobs: # Install first since it's needed to build NASM - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@bb56a8457a77b95a5fa576c23731cbb162fd2056 # v2.0.0 + uses: KyleMayes/install-llvm-action@8b37482c5a2997a3ab5dbf6561f8109e2eaa7d3b # v2.0.2 with: version: "10.0" directory: ${{ runner.temp }}/llvm @@ -71,7 +71,7 @@ jobs: # Install first since it's needed to build NASM - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@bb56a8457a77b95a5fa576c23731cbb162fd2056 # v2.0.0 + uses: KyleMayes/install-llvm-action@8b37482c5a2997a3ab5dbf6561f8109e2eaa7d3b # v2.0.2 with: version: "10.0" directory: ${{ runner.temp }}/llvm diff --git a/.github/workflows/library.yml b/.github/workflows/library.yml index 3270b02f..1158d434 100644 --- a/.github/workflows/library.yml +++ b/.github/workflows/library.yml @@ -28,7 +28,7 @@ jobs: steps: # Install first since it's needed to build NASM - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@bb56a8457a77b95a5fa576c23731cbb162fd2056 # v2.0.0 + uses: KyleMayes/install-llvm-action@8b37482c5a2997a3ab5dbf6561f8109e2eaa7d3b # v2.0.2 with: version: "10.0" directory: ${{ runner.temp }}/llvm diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 50b3179b..c12d34fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: steps: # Install first since it's needed to build NASM - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@bb56a8457a77b95a5fa576c23731cbb162fd2056 # v2.0.0 + uses: KyleMayes/install-llvm-action@8b37482c5a2997a3ab5dbf6561f8109e2eaa7d3b # v2.0.2 with: version: "10.0" directory: ${{ runner.temp }}/llvm @@ -73,7 +73,7 @@ jobs: steps: # Install first since it's needed to build NASM - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@bb56a8457a77b95a5fa576c23731cbb162fd2056 # v2.0.0 + uses: KyleMayes/install-llvm-action@8b37482c5a2997a3ab5dbf6561f8109e2eaa7d3b # v2.0.2 with: version: "10.0" directory: ${{ runner.temp }}/llvm