Skip to content

Commit

Permalink
chore(deps): update extractions/setup-just action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 27, 2024
1 parent f1133ad commit a69bd58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: arduino/setup-protoc@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: extractions/setup-just@v1
- uses: extractions/setup-just@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: arduino/setup-protoc@v1
Expand Down

0 comments on commit a69bd58

Please sign in to comment.