From 51fd482ed2d2d54ae75e3cb3f5299e0a714a4c83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Oct 2025 18:01:33 +0000 Subject: [PATCH] chore(ci): bump KyleMayes/install-llvm-action in the actions group Bumps the actions group with 1 update: [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action). Updates `KyleMayes/install-llvm-action` from 2.0.7 to 2.0.8 - [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.7...v2.0.8) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-version: 2.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 330e69bdfe..d7da858034 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: - name: Install LLVM and Clang if: startsWith(matrix.os, 'windows') - uses: KyleMayes/install-llvm-action@v2.0.7 + uses: KyleMayes/install-llvm-action@v2.0.8 with: version: "13.0" directory: ${{ runner.temp }}/llvm