From eefd2ab860b40f99e3edfd1962f4fbbc94f76381 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:17:44 +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 1.9.0 to 2.0.2 - [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.2) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-type: direct:production update-type: version-update:semver-major 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 28538c3f3c..cd6b3bb14a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Install LLVM and Clang if: startsWith(matrix.os, 'windows') - uses: KyleMayes/install-llvm-action@v1.9.0 + uses: KyleMayes/install-llvm-action@v2.0.2 with: version: "13.0" directory: ${{ runner.temp }}/llvm