Skip to content

Commit 7adfbf2

Browse files
chore(ci): bump KyleMayes/install-llvm-action from 2.0.6 to 2.0.7 in the actions group (#287)
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.6 to 2.0.7 - [Release notes](https://github.com/kylemayes/install-llvm-action/releases) - [Changelog](https://github.com/KyleMayes/install-llvm-action/blob/master/CHANGELOG.md) - [Commits](KyleMayes/install-llvm-action@v2.0.6...v2.0.7) --- updated-dependencies: - dependency-name: KyleMayes/install-llvm-action dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a67875e commit 7adfbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Install LLVM and Clang
3939
if: startsWith(matrix.os, 'windows')
40-
uses: KyleMayes/install-llvm-action@v2.0.6
40+
uses: KyleMayes/install-llvm-action@v2.0.7
4141
with:
4242
version: "13.0"
4343
directory: ${{ runner.temp }}/llvm

0 commit comments

Comments
 (0)