We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6c63d commit c83fd59Copy full SHA for c83fd59
1 file changed
.github/workflows/security-audit.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v7
26
- name: Cache cargo bin
27
- uses: actions/cache@v5
+ uses: actions/cache@v6
28
with:
29
path: ~/.cargo/bin
30
key: ${{ runner.os }}-cargo-audit-v0.22.0
0 commit comments