Skip to content

Commit

Permalink
chore(deps): Update actions/cache action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2024
1 parent 975ffdb commit 5af0662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Cache LLVM and Clang
id: cache-llvm
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ runner.temp }}/llvm
key: llvm-16.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Cache LLVM and Clang (Linux)
if: matrix.os == 'ubuntu-latest'
id: cache-llvm
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ runner.temp }}/llvm
key: llvm-16.0
Expand Down

0 comments on commit 5af0662

Please sign in to comment.