Skip to content

Commit d402258

Browse files
chore(deps): update swatinem/rust-cache action to v2 (#49)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d2d15f8 commit d402258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Cache Rust
18-
uses: Swatinem/rust-cache@v1
18+
uses: Swatinem/rust-cache@v2
1919

2020
- name: Test Rust
2121
run: |

0 commit comments

Comments
 (0)