We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14411da + 93c21dd commit 6fa8651Copy full SHA for 6fa8651
.github/workflows/rust.yml
@@ -108,7 +108,7 @@ jobs:
108
target: ${{ matrix.info.target }}
109
110
- name: Enable Rust cache
111
- uses: Swatinem/rust-cache@v2.7.3
+ uses: Swatinem/rust-cache@v2.8.1
112
if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} # If it is a PR, only if not a fork
113
with:
114
shared-key: build-cache-${{ matrix.info.target }}
0 commit comments