CI: Use briansmith/actions-cache@v3.
This commit is contained in:
parent
83979189b3
commit
e530025acd
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user