Skip to content

Commit e91959d

Browse files
Update Swatinem/rust-cache action to v2.8.0
1 parent 694e938 commit e91959d

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
@@ -109,7 +109,7 @@ jobs:
109109
target: ${{ matrix.info.target }}
110110

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

0 commit comments

Comments
 (0)