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 Feb 25, 2024
1 parent c0885c6 commit 4388151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3

- name: Cache rustup directory
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-rustup
with:
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
run: cargo --version

- name: Cache cargo directory
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-cargo
with:
Expand Down

0 comments on commit 4388151

Please # to comment.