Skip to content

Commit

Permalink
chore(deps): update mozilla-actions/sccache-action action to v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2024
1 parent db96111 commit 30c9fe1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
save-if: false

- name: Setup sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].6

- name: Run cargo check
run: cargo check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-air-beautify-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
save-if: false

- name: Setup sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].6

- name: Setup wasm-pack
uses: jetli/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot-air-interpreter-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
save-if: false

- name: Setup sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].6

- name: Setup marine
uses: fluencelabs/setup-marine@v1
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 @@ -67,7 +67,7 @@ jobs:
save-if: ${{ github.event_name == 'push' }}

- name: Setup sccache
uses: mozilla-actions/[email protected].4
uses: mozilla-actions/[email protected].6

- name: Set dependencies
if: inputs.cargo-dependencies != 'null'
Expand Down

0 comments on commit 30c9fe1

Please sign in to comment.