Skip to content

Commit

Permalink
Bump extractions/setup-just from 1 to 2
Browse files Browse the repository at this point in the history
Bumps [extractions/setup-just](https://github.com/extractions/setup-just) from 1 to 2.
- [Release notes](https://github.com/extractions/setup-just/releases)
- [Commits](extractions/setup-just@v1...v2)

---
updated-dependencies:
- dependency-name: extractions/setup-just
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 28, 2024
1 parent f294b17 commit 33fbe9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
if: hashFiles('Cargo.lock') == ''
run: cargo generate-lockfile
- name: generate artifacts
uses: extractions/setup-just@v1
uses: extractions/setup-just@v2
run: just wasm
- name: cargo test --locked
run: cargo test --locked --all-features --all-targets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: cargo generate-lockfile
# https://twitter.com/jonhoo/status/1571290371124260865
- name: generate artifacts
uses: extractions/setup-just@v1
uses: extractions/setup-just@v2
run: just wasm
- name: cargo test --locked
run: cargo test --locked --all-features --all-targets
Expand Down

0 comments on commit 33fbe9f

Please sign in to comment.