summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-21 17:35:03 +0000
committerGitHub <noreply@github.com>2022-11-21 17:35:03 +0000
commitdb63da6bd668cdd381bb38d145c871ad64ada134 (patch)
tree05af9d61dcb0be309f14d031f542f34c86c092f3
parent91bede5512458e20f96203c488c4b0c311c18153 (diff)
Bump swatinem/rust-cache from 1 to 2dependabot/github_actions/swatinem/rust-cache-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](https://github.com/swatinem/rust-cache/compare/v1...v2) --- updated-dependencies: - dependency-name: swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a0325c1..adc86f7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
override: true
- - uses: swatinem/rust-cache@v1
+ - uses: swatinem/rust-cache@v2
- name: cargo-check
uses: actions-rs/cargo@v1
with:
@@ -87,7 +87,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
override: true
- - uses: swatinem/rust-cache@v1
+ - uses: swatinem/rust-cache@v2
- name: cargo-test
uses: actions-rs/cargo@v1
with:
@@ -104,7 +104,7 @@ jobs:
with:
toolchain: 1.60.0
override: true
- - uses: swatinem/rust-cache@v1
+ - uses: swatinem/rust-cache@v2
- run: rustup component add clippy
- name: cargo-clippy
run: cargo clippy --all --all-targets --all-features -- -D warnings