Skip to content

Commit 1f880bf

Browse files
ci: bump actions/cache from 4 to 5 (#762)
1 parent 401887a commit 1f880bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v6
1919
- uses: RustCrypto/actions/cargo-cache@master
2020
- name: Cache cargo bin
21-
uses: actions/cache@v4
21+
uses: actions/cache@v5
2222
with:
2323
path: ~/.cargo/bin
2424
key: ${{ runner.os }}-cargo-audit-v0.20-ubuntu-v24.04

0 commit comments

Comments
 (0)