We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4e9d5 commit a7ebe41Copy full SHA for a7ebe41
.github/workflows/rust.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Checkout code
23
uses: actions/checkout@v2
24
- name: Cache Cargo dependencies
25
- uses: actions/cache@v2
+ uses: actions/cache@v4
26
with:
27
path: ~/.cargo
28
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
0 commit comments