summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-28 16:07:45 +0000
committerGitHub <noreply@github.com>2022-12-28 16:07:45 +0000
commit7a3bcbf0987eb6902527167dac0c517d8f8f5fa9 (patch)
tree2a89924908c45681043f0eb2bac729bb13ef4fef
parent7ccd208c94a91f351a121164d4866254eb408714 (diff)
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](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 95f23b2..69bd9f7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- - uses: swatinem/rust-cache@v1
+ - uses: swatinem/rust-cache@v2
- name: cargo-check
run: cargo check --all-features
@@ -64,7 +64,7 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- - uses: swatinem/rust-cache@v1
+ - uses: swatinem/rust-cache@v2
- name: cargo-test
run: cargo test --all --all-features
@@ -78,7 +78,7 @@ jobs:
with:
toolchain: 1.60.0
components: clippy
- - uses: swatinem/rust-cache@v1
+ - uses: swatinem/rust-cache@v2
- name: cargo-clippy
run: cargo clippy --all --all-targets --all-features -- -D warnings