summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-18 09:28:59 +0000
committerGitHub <noreply@github.com>2022-12-18 09:28:59 +0000
commit212d690bdc35e82532ee98b13f981bc77015d582 (patch)
treecf64a8624df550289d004a0ed947665da947da45
parentf31d854772156134512bfb43831caaeadf91e2b6 (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.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 848a1aa..eba3124 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -93,7 +93,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