Skip to content

Commit c8daf34

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clippy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- run: rustup component add clippy
16-
- uses: Swatinem/rust-cache@v1
16+
- uses: Swatinem/rust-cache@v2
1717
- run: cargo clippy -- -D warnings

.github/workflows/test-on-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install rust stable
2626
uses: actions-rs/toolchain@v1
2727

28-
- uses: Swatinem/rust-cache@v1
28+
- uses: Swatinem/rust-cache@v2
2929
with:
3030
key: test-on-server
3131

0 commit comments

Comments
 (0)