Skip to content

Commit 948663f

Browse files
ci: bump actions/cache from 5 to 6 (#573)
1 parent 32cad20 commit 948663f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)