Skip to content

Commit

Permalink
build(deps): Bump Swatinem/rust-cache from 2.7.1 to 2.7.3
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.1 to 2.7.3.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](Swatinem/rust-cache@v2.7.1...v2.7.3)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and langston-barrett committed Mar 5, 2024
1 parent 9aa0aa4 commit fee8d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
rustup update
rustup component add clippy
- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].3
with:
prefix-key: ${{ env.CACHE_VERSION }}
- name: Lint
Expand All @@ -88,7 +88,7 @@ jobs:
- uses: KyleMayes/install-llvm-action@v1
with:
version: "14.0"
- uses: Swatinem/[email protected].1
- uses: Swatinem/[email protected].3
with:
prefix-key: ${{ env.CACHE_VERSION }}
- run: env RUSTFLAGS="@$PWD/rustc-flags" cargo test --locked --no-run
Expand Down

0 comments on commit fee8d32

Please sign in to comment.