Skip to content

Commit

Permalink
build(deps): bump Swatinem/rust-cache in the actions group (#592)
Browse files Browse the repository at this point in the history
Bumps the actions group with 1 update: [Swatinem/rust-cache](https://github.com/swatinem/rust-cache).


Updates `Swatinem/rust-cache` from 2.7.5 to 2.7.7
- [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.5...v2.7.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 8b590f6 commit 407206c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
if: ${{ matrix.lang == 'rust'}}

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7
if: ${{ matrix.lang == 'rust'}}
with:
# The build script creates a `release` build so use separate cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
toolchain: stable
components: clippy

- uses: Swatinem/[email protected].5
- uses: Swatinem/[email protected].7

- name: Build
run: cargo build
Expand Down

0 comments on commit 407206c

Please sign in to comment.