From a00d8f2ae5504d1094d907c0d971ce2e07302fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 03:16:19 +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/v2.0.4...v2.0.5) --- 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/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 231865d3..91b492b3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -65,7 +65,7 @@ jobs: crate: [libertem_dectris, libertem_asi_tpx3] steps: - name: Install LLVM and Clang # required for bindgen to work, see https://github.com/rust-lang/rust-bindgen/issues/1797 - uses: KyleMayes/install-llvm-action@v2.0.4 + uses: KyleMayes/install-llvm-action@v2.0.5 # if: matrix.config.os == 'windows-latest' with: version: "14.0" @@ -96,7 +96,7 @@ jobs: crate: [libertem_dectris, libertem_asi_tpx3, libertem_asi_mpx3, ipc_test] steps: - name: Install LLVM and Clang # required for bindgen to work, see https://github.com/rust-lang/rust-bindgen/issues/1797 - uses: KyleMayes/install-llvm-action@v2.0.4 + uses: KyleMayes/install-llvm-action@v2.0.5 # if: matrix.config.os == 'windows-latest' with: version: "14.0"