Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit 9fdfa88

Browse files
committed
ci: update rust-cache action to fix security vuln (#15)
1 parent 342a21e commit 9fdfa88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Cache cargo
3131
if: startsWith(github.ref, 'refs/tags/') != true
32-
uses: Swatinem/rust-cache@v1
32+
uses: Swatinem/rust-cache@v2
3333

3434
- name: Build debug
3535
if: matrix.config.kind == 'test_debug'

0 commit comments

Comments
 (0)