diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c9b05f9f9..12996ce54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: python-version: "3.10" - name: Rust Cache if: ${{ !contains(matrix.os, 'self-hosted') }} - uses: Swatinem/rust-cache@v2.7.0 + uses: Swatinem/rust-cache@v2.7.1 with: working-directory: native - name: Disable scmtools local scheme diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f81b3bf4b..248f837af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: with: toolchain: stable - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.0 + uses: Swatinem/rust-cache@v2.7.1 with: shared-key: "shared" workspaces: native @@ -143,7 +143,7 @@ jobs: toolchain: stable components: rustfmt, clippy - name: Rust Cache - uses: Swatinem/rust-cache@v2.7.0 + uses: Swatinem/rust-cache@v2.7.1 with: shared-key: "shared" workspaces: native