diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 74afb0e3..de4def2a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -74,7 +74,7 @@ jobs: working-directory: ${{ matrix.directory }} - name: Cache Rust dependencies - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: workspaces: ${{ matrix.directory }} save-if: ${{ !startsWith(github.ref, 'refs/heads/gh-readonly-queue') }} @@ -158,7 +158,7 @@ jobs: working-directory: ${{ matrix.directory }} - name: Cache Rust dependencies - uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8 + uses: Swatinem/rust-cache@98c8021b550208e191a6a3145459bfc9fb29c4c0 # v2.8.0 with: workspaces: ${{ matrix.directory }} key: ${{ matrix.profile }}