From 58278e1405626a3d42edbdb9c26d2399a7244fbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 01:13:23 +0000 Subject: [PATCH] chore(deps): bump KyleMayes/install-llvm-action from 1.9.0 to 2.0.7 Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 1.9.0 to 2.0.7. - [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/v1.9.0...v2.0.7) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d0e00bf..20575d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: uses: lukka/get-cmake@v3.28.1 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v1.9.0 + uses: KyleMayes/install-llvm-action@v2.0.7 with: version: "14.0"