Skip to content

Commit

Permalink
chore(deps): update mozilla-actions/sccache-action action to v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent cc6d2a7 commit 72d857c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
save-if: false

- name: Setup sccache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].5

- name: Build ${{ inputs.binary }}
run: cargo build -p ${{ inputs.binary }} --release
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
save-if: false

- name: Setup sccache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].5

- name: Build ${{ inputs.binary }}
run: cargo build -p ${{ inputs.binary }} --release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
save-if: ${{ github.event_name == 'push' }}

- name: Setup sccache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].5

- name: Setup node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
save-if: false

- name: Setup sccache
uses: mozilla-actions/[email protected].3
uses: mozilla-actions/[email protected].5

- name: Generate snapshot version
id: version
Expand Down

0 comments on commit 72d857c

Please sign in to comment.