Skip to content

Commit

Permalink
chore(workflows): update cargo-make and wasm github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Zageron committed May 8, 2024
1 parent 3aa4b8c commit 56f751e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- uses: davidB/rust-cargo-make@v1
with:
version: "0.36.12"
version: "0.37.12"

- name: Update Linux Dependencies
run: sudo apt-get update
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:

- uses: davidB/rust-cargo-make@v1
with:
version: "0.36.12"
version: "0.37.12"

- uses: jetli/[email protected]
with:
version: "0.2.87"
version: "0.2.92"

- name: ⚡ Cache
uses: Swatinem/[email protected]
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

- uses: davidB/rust-cargo-make@v1
with:
version: "0.36.12"
version: "0.37.12"

- name: Update Linux Dependencies
run: sudo apt-get update
Expand Down

0 comments on commit 56f751e

Please sign in to comment.