From b0ee67a953cd91d943173f51d8ec3874c8de0c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:42:00 +0200 Subject: [PATCH] build(ci): bump the actions group with 1 update (#243) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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