Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 in the actions group (#535)
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.3 to 2.7.5
- [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.3...v2.7.5)

---
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 Oct 14, 2024
1 parent 0878818 commit d3ffb24
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 @@ -31,7 +31,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
if: ${{ matrix.lang == 'rust'}}

- uses: Swatinem/[email protected].3
- uses: Swatinem/[email protected].5
if: ${{ matrix.lang == 'rust'}}
with:
workspaces: ./rust -> target
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
toolchain: stable

- uses: Swatinem/[email protected].3
- uses: Swatinem/[email protected].5
with:
workspaces: ./rust -> target

Expand Down

0 comments on commit d3ffb24

Please sign in to comment.