We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc477e6 commit eda6c93Copy full SHA for eda6c93
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@v3.3.2
+ - uses: actions/cache@v5
8
name: Cache cargo dependencies
9
with:
10
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
0 commit comments