Skip to content

Commit c83fd59

Browse files
ci: bump actions/cache from 5 to 6 (#1501)
1 parent fc6c63d commit c83fd59

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
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v7
2626
- name: Cache cargo bin
27-
uses: actions/cache@v5
27+
uses: actions/cache@v6
2828
with:
2929
path: ~/.cargo/bin
3030
key: ${{ runner.os }}-cargo-audit-v0.22.0

0 commit comments

Comments
 (0)