We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d36dc commit 542ca49Copy full SHA for 542ca49
.github/workflows/ci.yaml
@@ -5,7 +5,7 @@ jobs:
5
steps:
6
- uses: actions/checkout@v3
7
8
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
9
with:
10
key: ${{ hashFiles('./Cargo.lock') }}
11
# https://doc.rust-lang.org/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci
0 commit comments