Skip to content

Commit

Permalink
Merge pull request #175 from aya-rs/dependabot/github_actions/product…
Browse files Browse the repository at this point in the history
…ion-dependencies-3e83326924
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
2 parents cde8336 + b2d777e commit 6bc8d98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Restore LLVM
if: matrix.llvm == 'source'
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: llvm-install
key: ${{ needs.llvm.outputs.cache-key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Cache
id: cache-llvm
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: llvm-install
key: ${{ steps.cache-key.outputs.cache-key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
needs: llvm
steps:
- name: Restore LLVM
uses: actions/cache/restore@v3
uses: actions/cache/restore@v4
with:
path: llvm-install
key: ${{ needs.llvm.outputs.cache-key }}
Expand Down

0 comments on commit 6bc8d98

Please sign in to comment.