Skip to content

Commit 7b6eabf

Browse files
build(deps): bump actions/cache from 4 to 5 (#1250)
1 parent 6c8370f commit 7b6eabf

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
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v6
2929
- name: Cache cargo bin
30-
uses: actions/cache@v4
30+
uses: actions/cache@v5
3131
with:
3232
path: ~/.cargo/bin
3333
key: ${{ runner.os }}-cargo-audit-v0.21.1

0 commit comments

Comments
 (0)