Skip to content

Commit e4ec105

Browse files
committed
fix: bump cache action version
1 parent f58c3d7 commit e4ec105

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cache-cargo-dependencies/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: A simple wrapper around actions/cache configured with common Cargo
44
runs:
55
using: composite
66
steps:
7-
- uses: actions/cache@v4
7+
- uses: actions/cache@v5
88
name: Cache cargo dependencies
99
with:
1010
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

0 commit comments

Comments
 (0)