From 9d00e56555844cc01202fdbbb9cfd5d57eced898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 18:45:21 +0000 Subject: [PATCH] Bump KyleMayes/install-llvm-action from 1.8.1 to 1.8.3 Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 1.8.1 to 1.8.3. - [Release notes](https://github.com/kylemayes/install-llvm-action/releases) - [Commits](https://github.com/kylemayes/install-llvm-action/compare/v1.8.1...v1.8.3) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 662acffe26..f7b28135a3 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.8.1 + uses: KyleMayes/install-llvm-action@v1.8.3 with: version: "13.0" directory: ${{ runner.temp }}/llvm