From 2c15d3eb6d0c050002f01057674aaa90cffb1dab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 04:00:58 +0000 Subject: [PATCH] Bump KyleMayes/install-llvm-action from 2.0.4 to 2.0.5 Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 2.0.4 to 2.0.5. - [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/10c8957324ef77f0712d883b9ed08adb6da4a192...e0a8dc9cb8a22e8a7696e8a91a4e9581bec13181) --- 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/main.yml | 2 +- .github/workflows/unittest.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index fa56afa..ca1256d 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -37,7 +37,7 @@ jobs: # Install first since it's needed to build NASM - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@10c8957324ef77f0712d883b9ed08adb6da4a192 # v2.0.4 + uses: KyleMayes/install-llvm-action@e0a8dc9cb8a22e8a7696e8a91a4e9581bec13181 # v2.0.5 with: version: "10.0" directory: ${{ runner.temp }}/llvm @@ -71,7 +71,7 @@ jobs: egress-policy: audit - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@10c8957324ef77f0712d883b9ed08adb6da4a192 # v2.0.4 + uses: KyleMayes/install-llvm-action@e0a8dc9cb8a22e8a7696e8a91a4e9581bec13181 # v2.0.5 with: version: "10.0" directory: ${{ runner.temp }}/llvm diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8becc78..99450f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: git submodule update --init --recursive --depth 1 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@10c8957324ef77f0712d883b9ed08adb6da4a192 # v2.0.4 + uses: KyleMayes/install-llvm-action@e0a8dc9cb8a22e8a7696e8a91a4e9581bec13181 # v2.0.5 with: version: "10.0" directory: ${{ runner.temp }}/llvm diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 30d6976..0888c78 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -42,7 +42,7 @@ jobs: # Install first since it's needed to build NASM - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@10c8957324ef77f0712d883b9ed08adb6da4a192 # v2.0.4 + uses: KyleMayes/install-llvm-action@e0a8dc9cb8a22e8a7696e8a91a4e9581bec13181 # v2.0.5 with: version: "10.0" directory: ${{ runner.temp }}/llvm