Skip to content

Commit

Permalink
CI: Use briansmith/actions-cache@v3.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Nov 30, 2023
1 parent 8397918 commit e530025
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
- run: rustup --version

- uses: briansmith/actions-cache@v2
- uses: briansmith/actions-cache@v3
with:
path: |
~/.cargo/bin/cargo-audit
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
steps:
- run: rustup --version

- uses: briansmith/actions-cache@v2
- uses: briansmith/actions-cache@v3
with:
path: |
~/.cargo/bin/cargo-deny
Expand Down

0 comments on commit e530025

Please sign in to comment.