Skip to content

Commit 937966d

Browse files
chore(deps): update actions/cache action to v5
1 parent 73331f2 commit 937966d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cache/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
77
# over time).
88
- name: Add cache for cargo
99
id: cache
10-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
10+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
1111
with:
1212
path: |
1313
# Taken from <https://doc.rust-lang.org/nightly/cargo/guide/cargo-home.html#caching-the-cargo-home-in-ci>.

0 commit comments

Comments
 (0)