Skip to content

Commit 4febe4f

Browse files
Update actions/cache action to v6
1 parent 34e642c commit 4febe4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: dtolnay/rust-toolchain@stable
2121

2222
- name: Cache cargo registry
23-
uses: actions/cache@v5
23+
uses: actions/cache@v6
2424
with:
2525
path: |
2626
~/.cargo/registry

0 commit comments

Comments
 (0)