Skip to content

Commit

Permalink
chore(deps): update mozilla-actions/sccache-action action to v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 20, 2024
1 parent 5417c08 commit 7e43659
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/sccache-action@v0.0.3
uses: mozilla-actions/sccache-action@v0.0.4

- 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/sccache-action@v0.0.3
uses: mozilla-actions/sccache-action@v0.0.4

- name: Setup wasm-pack
uses: jetli/wasm-pack-action@v0.4.0
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/sccache-action@v0.0.3
uses: mozilla-actions/sccache-action@v0.0.4

- 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/sccache-action@v0.0.3
uses: mozilla-actions/sccache-action@v0.0.4

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

0 comments on commit 7e43659

Please sign in to comment.