Skip to content

Commit

Permalink
Merge pull request #9 from 12932/renovate/swatinem-rust-cache-2.x
Browse files Browse the repository at this point in the history
Update Swatinem/rust-cache action to v2.7.3
  • Loading branch information
12932 authored Aug 6, 2024
2 parents 0109618 + 7b79c20 commit 909615a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
target: ${{ matrix.info.target }}

- name: Enable Rust cache
uses: Swatinem/[email protected].0
uses: Swatinem/[email protected].3
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 }}
Expand Down

0 comments on commit 909615a

Please sign in to comment.