Skip to content

Commit

Permalink
chore(deps): update actions/cache action to v4 (#93)
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 Feb 26, 2024
1 parent 05f2913 commit 2503fdc
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 2503fdc

Please # to comment.