Skip to content

Commit fc2300c

Browse files
committed
ci: Use version 4 of actions/cache
1 parent e697a64 commit fc2300c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
steps:
2424
- uses: actions/checkout@v1
25-
- uses: actions/cache@v1
25+
- uses: actions/cache@v4
2626
id: cache-cargo-fetch
2727
with:
2828
key: ${{ runner.os }}-cargo-fetch-${{ hashFiles('Cargo.lock') }}

0 commit comments

Comments
 (0)