Skip to content

Commit

Permalink
chore(deps): Update KyleMayes/install-llvm-action action to v2 (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 6, 2024
1 parent 3e33f87 commit 3bfe10b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
path: ${{ runner.temp }}/llvm
key: llvm-16.0
- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v1
uses: KyleMayes/install-llvm-action@v2
with:
version: "16.0"
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
key: llvm-16.0
- name: Install LLVM and Clang (Linux)
if: matrix.os == 'ubuntu-latest'
uses: KyleMayes/install-llvm-action@v1
uses: KyleMayes/install-llvm-action@v2
with:
version: "16.0"
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
Expand Down

0 comments on commit 3bfe10b

Please sign in to comment.