Skip to content

Commit

Permalink
Update actions/cache action to v3 (#556)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 25, 2022
1 parent 111091c commit 05ada5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: davidB/rust-cargo-make@v1
name: Install Cargo Make

- uses: actions/cache@v2
- uses: actions/cache@v3
name: Cache Cargo Files
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: davidB/rust-cargo-make@v1
name: Install Cargo Make

- uses: actions/cache@v2
- uses: actions/cache@v3
name: Cache Cargo Files
with:
path: |
Expand Down

0 comments on commit 05ada5e

Please sign in to comment.