diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index efe9afc4..fafc4516 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.8.2 + - uses: Swatinem/rust-cache@v2.9.1 - 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 372ad28e..fe6c5908 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.8.2 + - uses: Swatinem/rust-cache@v2.9.1 - 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 161e7c4d..a5c157c5 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.8.2 + - uses: Swatinem/rust-cache@v2.9.1 - uses: taiki-e/install-action@cargo-hack - run: sudo apt-get update -y if: (matrix.os == 'ubuntu-24.04') || (matrix.os == 'ubuntu-24.04-arm') @@ -69,7 +69,7 @@ jobs: - uses: dtolnay/rust-toolchain@v1 with: toolchain: ${{ matrix.rust }} - - uses: Swatinem/rust-cache@v2.8.2 + - uses: Swatinem/rust-cache@v2.9.1 - uses: taiki-e/install-action@cargo-hack - run: sudo apt-get update -y if: (matrix.os == 'ubuntu-24.04') || (matrix.os == 'ubuntu-24.04-arm') @@ -112,7 +112,7 @@ jobs: with: toolchain: ${{ matrix.rust }} components: clippy - - uses: Swatinem/rust-cache@v2.8.2 + - uses: Swatinem/rust-cache@v2.9.1 - 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 2bba48c2..08ce841d 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.8.2 + - uses: Swatinem/rust-cache@v2.9.1 - run: sudo apt-get update -y if: matrix.os == 'ubuntu-24.04' - run: sudo apt-get install -y valgrind