summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-17 13:21:50 +0000
committerGitHub <noreply@github.com>2022-11-17 13:21:50 +0000
commit7b3cae765e3bdcda63987942b7640be695bb0408 (patch)
tree3e22802c16ff3779ecd03ff6049ec79b14e6aa41
parentdd6ba2e7abb6891fb44111e8ab8a1168773ebd01 (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 2b57554..65ec56a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -26,7 +26,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:
@@ -102,7 +102,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:
@@ -119,7 +119,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 -- -D warnings