Skip to content

Commit

Permalink
Merge pull request #47 from AbstractSDK/dependabot/github_actions/ext…
Browse files Browse the repository at this point in the history
…ractions/setup-just-2

Bump extractions/setup-just from 1 to 2
  • Loading branch information
CyberHoward authored Apr 19, 2024
2 parents c5ead08 + c01ee3b commit fb31dd6
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 fb31dd6

Please sign in to comment.