From 03e063d962d6ecc932185ed15e64503916f55750 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 03:45:44 +0000 Subject: [PATCH] Bump KyleMayes/install-llvm-action from 2.0.0 to 2.0.1 Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 2.0.0 to 2.0.1. - [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.0...v2.0.1) --- 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 99fec440..eee29592 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.0 + uses: KyleMayes/install-llvm-action@v2.0.1 # if: matrix.config.os == 'windows-latest' with: version: "14.0" @@ -96,7 +96,7 @@ jobs: crate: [libertem_dectris, libertem_asi_tpx3, 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.0 + uses: KyleMayes/install-llvm-action@v2.0.1 # if: matrix.config.os == 'windows-latest' with: version: "14.0"