diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e14b591..0329987 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -108,7 +108,7 @@ jobs: target: ${{ matrix.info.target }} - name: Enable Rust cache - uses: Swatinem/rust-cache@v2.8.1 + uses: Swatinem/rust-cache@v2.9.1 if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} # If it is a PR, only if not a fork with: shared-key: build-cache-${{ matrix.info.target }}