Skip to content

Commit 55df2a4

Browse files
build(deps): bump actions/cache from 1 to 3 (#343)
1 parent fc62490 commit 55df2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/security-audit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: Cache cargo bin
18-
uses: actions/cache@v1
18+
uses: actions/cache@v3
1919
with:
2020
path: ~/.cargo/bin
2121
key: ${{ runner.os }}-cargo-audit-v0.12.0

0 commit comments

Comments
 (0)