Skip to content

Commit

Permalink
Merge pull request #587 from sfu-db/dependabot/github_actions/extract…
Browse files Browse the repository at this point in the history
…ions/setup-just-2

Bump extractions/setup-just from 1 to 2
  • Loading branch information
wangxiaoying authored Mar 27, 2024
2 parents e0f199f + 989736d commit a8a725c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
target: aarch64-unknown-linux-gnu
default: true

- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
components: rustfmt
default: true

- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
target: aarch64-apple-darwin
default: true

- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit a8a725c

Please sign in to comment.