Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.7.3 to 2.7.5
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sk1p committed Oct 15, 2024
1 parent 8da6ffc commit 6a4009b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: rustup ${{ matrix.toolchain }}
run: rustup default ${{ matrix.toolchain }}
- name: Rust Cache
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
- uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
- name: rustup stable
run: rustup default stable
- name: Rust Cache
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
- uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand All @@ -140,7 +140,7 @@ jobs:
- name: rustup stable
run: rustup default stable
- name: Rust Cache
uses: Swatinem/[email protected].3
uses: Swatinem/[email protected].5
- uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand Down

0 comments on commit 6a4009b

Please sign in to comment.