We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f58c3d7 commit e4ec105Copy full SHA for e4ec105
1 file changed
cache-cargo-dependencies/action.yml
@@ -4,7 +4,7 @@ description: A simple wrapper around actions/cache configured with common Cargo
4
runs:
5
using: composite
6
steps:
7
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
8
name: Cache cargo dependencies
9
with:
10
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
0 commit comments