Skip to content

Commit

Permalink
chore(ci): bump KyleMayes/install-llvm-action in the actions group
Browse files Browse the repository at this point in the history
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.3
- [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@v1.9.0...v2.0.3)

---
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 07e5690 commit ece1f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.3
with:
version: "13.0"
directory: ${{ runner.temp }}/llvm
Expand Down

0 comments on commit ece1f3b

Please sign in to comment.