Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update mozilla-actions/sccache-action action to v0.0.7 #856

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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].7

- 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].7

- 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 @@
save-if: false

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

- name: Setup marine
uses: fluencelabs/setup-marine@v1
Expand All @@ -58,7 +58,7 @@
working-directory: air-interpreter

- name: Upload air-interpreter-wasm binary
uses: actions/upload-artifact@v3

Check failure on line 61 in .github/workflows/snapshot-air-interpreter-wasm.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/snapshot-air-interpreter-wasm.yml#L61

the runner of "actions/upload-artifact@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Raw output
.github/workflows/snapshot-air-interpreter-wasm.yml:61:15: the runner of "actions/upload-artifact@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
name: air-interpreter-wasm
path: target/wasm32-wasi/release/air_interpreter_server.wasm
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 @@
save-if: ${{ github.event_name == 'push' }}

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

- name: Set dependencies
if: inputs.cargo-dependencies != 'null'
Expand All @@ -76,7 +76,7 @@
dependencies: ${{ inputs.cargo-dependencies }}

- name: Download air-interpreter-wasm binary
uses: actions/download-artifact@v3

Check failure on line 79 in .github/workflows/snapshot-cargo.yml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/snapshot-cargo.yml#L79

the runner of "actions/download-artifact@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Raw output
.github/workflows/snapshot-cargo.yml:79:15: the runner of "actions/download-artifact@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
name: air-interpreter-wasm

Expand Down
Loading