From 89567654bf48d28bd86363b9d0dcc1a373f70725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 18:19:13 +0000 Subject: [PATCH] build(ci): bump the actions group with 1 update Bumps the actions group with 1 update: [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action). - [Release notes](https://github.com/kylemayes/install-llvm-action/releases) - [Commits](https://github.com/kylemayes/install-llvm-action/compare/v1.8.3...v1.9.0) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-type: direct:production update-type: version-update:semver-minor 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 c0dfa2ac9f..9b0dbafbb6 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.3 + uses: KyleMayes/install-llvm-action@v1.9.0 with: version: "13.0" directory: ${{ runner.temp }}/llvm