Skip to content

Commit 15a4265

Browse files
Merge pull request #374 from code0-tech/renovate/actions-cache-6.x
Update actions/cache action to v6
2 parents 34e642c + 4febe4f commit 15a4265

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)