Skip to content

Commit 4f79a94

Browse files
chore: bump Swatinem/rust-cache from 2.7.5 to 2.8.0
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.5 to 2.8.0. - [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.8.0) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6fce699 commit 4f79a94

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: dtolnay/rust-toolchain@v1
2929
with:
3030
toolchain: ${{ matrix.rust }}
31-
- uses: Swatinem/rust-cache@v2.7.5
31+
- uses: Swatinem/rust-cache@v2.8.0
3232
- name: Install the latest version of uv
3333
uses: astral-sh/setup-uv@v6
3434
with:

.github/workflows/test32bit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
toolchain: ${{ matrix.rust }}
3131
override: true
32-
- uses: Swatinem/rust-cache@v2.7.5
32+
- uses: Swatinem/rust-cache@v2.8.0
3333
- uses: taiki-e/install-action@cargo-hack
3434
- name: Install Linux tooling for 32 bit builds
3535
run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: dtolnay/rust-toolchain@v1
3030
with:
3131
toolchain: ${{ matrix.rust }}
32-
- uses: Swatinem/rust-cache@v2.7.5
32+
- uses: Swatinem/rust-cache@v2.8.0
3333
- uses: taiki-e/install-action@cargo-hack
3434
- run: sudo apt-get update -y
3535
if: matrix.os == 'ubuntu-24.04'
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
toolchain: ${{ matrix.rust }}
7676
components: clippy
77-
- uses: Swatinem/rust-cache@v2.7.5
77+
- uses: Swatinem/rust-cache@v2.8.0
7878
- uses: taiki-e/install-action@cargo-hack
7979
- name: update toolchain
8080
run: rustup toolchain install

.github/workflows/valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
toolchain: ${{ matrix.rust }}
3030
override: true
31-
- uses: Swatinem/rust-cache@v2.7.5
31+
- uses: Swatinem/rust-cache@v2.8.0
3232
- run: sudo apt-get update -y
3333
if: matrix.os == 'ubuntu-24.04'
3434
- run: sudo apt-get install -y valgrind

0 commit comments

Comments
 (0)