Skip to content

Commit 90290d5

Browse files
committed
Bump actions/cache to v5
1 parent 65d04e4 commit 90290d5

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
steps:
1919
- uses: actions/checkout@v6
2020
- name: Cache cargo bin
21-
uses: actions/cache@v3
21+
uses: actions/cache@v5
2222
with:
2323
path: ~/.cargo/bin
2424
key: ${{ runner.os }}-cargo-audit-v0.22.0

0 commit comments

Comments
 (0)