Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 1 to 2
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 20, 2022
1 parent 25a20ba commit 29e0d8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
profile: minimal
components: clippy, rustfmt

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2

- name: Is AVX-512F available?
id: avx512f
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
override: true
profile: minimal

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2

- name: Coverage
env:
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
override: true
profile: minimal

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2

- name: Is AVX-512F available?
id: avx512f
Expand Down

0 comments on commit 29e0d8e

Please sign in to comment.