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