We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70faf07 commit bcf7961Copy full SHA for bcf7961
1 file changed
.github/workflows/security-audit.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v6
19
- name: Cache cargo bin
20
- uses: actions/cache@v4
+ uses: actions/cache@v5
21
with:
22
path: ~/.cargo/bin
23
key: ${{ runner.os }}-cargo-audit-v0.20-ubuntu-v24.04
0 commit comments