We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc62490 commit 55df2a4Copy full SHA for 55df2a4
.github/workflows/security-audit.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- name: Cache cargo bin
18
- uses: actions/cache@v1
+ uses: actions/cache@v3
19
with:
20
path: ~/.cargo/bin
21
key: ${{ runner.os }}-cargo-audit-v0.12.0
0 commit comments