Skip to content

Commit d133323

Browse files
Bump swatinem/rust-cache from 1 to 2
Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 1 to 2. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@v1...v2) --- updated-dependencies: - dependency-name: swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e06c9de commit d133323

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
toolchain: ${{ matrix.rust }}
3030
override: true
31-
- uses: swatinem/rust-cache@v1
31+
- uses: swatinem/rust-cache@v2
3232
- name: cargo-check
3333
uses: actions-rs/cargo@v1
3434
with:
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
toolchain: ${{ matrix.rust }}
8888
override: true
89-
- uses: swatinem/rust-cache@v1
89+
- uses: swatinem/rust-cache@v2
9090
- name: cargo-test
9191
uses: actions-rs/cargo@v1
9292
with:
@@ -103,7 +103,7 @@ jobs:
103103
with:
104104
toolchain: 1.60.0
105105
override: true
106-
- uses: swatinem/rust-cache@v1
106+
- uses: swatinem/rust-cache@v2
107107
- run: rustup component add clippy
108108
- name: cargo-clippy
109109
run: cargo clippy --all --all-targets --all-features

0 commit comments

Comments
 (0)