Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 1 to 2 (#5)
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Nov 24, 2022
1 parent 5495731 commit 2056845
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/everything.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
profile: minimal

- name: Restore Rust Cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Run Lints
if: github.event_name == 'push'
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
profile: minimal

- name: Restore Rust Cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Run Tests
run: cargo test --all-features
Expand All @@ -98,7 +98,7 @@ jobs:
profile: minimal

- name: Restore Rust Cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2

- name: Run cargo publish --dry-run
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 2056845

Please sign in to comment.