Skip to content

Commit 6fa8651

Browse files
authored
Merge pull request #24 from 12932/renovate/swatinem-rust-cache-2.x
Update Swatinem/rust-cache action to v2.8.1
2 parents 14411da + 93c21dd commit 6fa8651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
target: ${{ matrix.info.target }}
109109

110110
- name: Enable Rust cache
111-
uses: Swatinem/rust-cache@v2.7.3
111+
uses: Swatinem/rust-cache@v2.8.1
112112
if: ${{ github.event_name != 'pull_request' || ! github.event.pull_request.head.repo.fork }} # If it is a PR, only if not a fork
113113
with:
114114
shared-key: build-cache-${{ matrix.info.target }}

0 commit comments

Comments
 (0)