diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index ab62055d..1c6192b9 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -28,7 +28,7 @@ jobs: - uses: dtolnay/rust-toolchain@v1 with: toolchain: ${{ matrix.rust }} - - uses: Swatinem/rust-cache@v2.7.5 + - uses: Swatinem/rust-cache@v2.8.0 - name: Install the latest version of uv uses: astral-sh/setup-uv@v6 with: diff --git a/.github/workflows/test32bit.yml b/.github/workflows/test32bit.yml index 63634f1f..3c906b18 100644 --- a/.github/workflows/test32bit.yml +++ b/.github/workflows/test32bit.yml @@ -29,7 +29,7 @@ jobs: with: toolchain: ${{ matrix.rust }} override: true - - uses: Swatinem/rust-cache@v2.7.5 + - uses: Swatinem/rust-cache@v2.8.0 - uses: taiki-e/install-action@cargo-hack - name: Install Linux tooling for 32 bit builds run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c74ff46f..99e4c25e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: - uses: dtolnay/rust-toolchain@v1 with: toolchain: ${{ matrix.rust }} - - uses: Swatinem/rust-cache@v2.7.5 + - uses: Swatinem/rust-cache@v2.8.0 - uses: taiki-e/install-action@cargo-hack - run: sudo apt-get update -y if: matrix.os == 'ubuntu-24.04' @@ -74,7 +74,7 @@ jobs: with: toolchain: ${{ matrix.rust }} components: clippy - - uses: Swatinem/rust-cache@v2.7.5 + - uses: Swatinem/rust-cache@v2.8.0 - uses: taiki-e/install-action@cargo-hack - name: update toolchain run: rustup toolchain install diff --git a/.github/workflows/valgrind.yml b/.github/workflows/valgrind.yml index f5e46df1..45655b5e 100644 --- a/.github/workflows/valgrind.yml +++ b/.github/workflows/valgrind.yml @@ -28,7 +28,7 @@ jobs: with: toolchain: ${{ matrix.rust }} override: true - - uses: Swatinem/rust-cache@v2.7.5 + - uses: Swatinem/rust-cache@v2.8.0 - run: sudo apt-get update -y if: matrix.os == 'ubuntu-24.04' - run: sudo apt-get install -y valgrind