Skip to content

Commit c349114

Browse files
chore(deps): update extractions/setup-just action to v3 (#594)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [extractions/setup-just](https://redirect.github.com/extractions/setup-just) | action | major | `v2` -> `v3` | --- ### Release Notes <details> <summary>extractions/setup-just (extractions/setup-just)</summary> ### [`v3`](https://redirect.github.com/extractions/setup-just/compare/v2...v3) [Compare Source](https://redirect.github.com/extractions/setup-just/compare/v2...v3) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/smartive/zitadel-rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e2b20a1 commit c349114

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: bufbuild/buf-setup-action@v1
1616
with:
1717
github_token: ${{ secrets.GITHUB_TOKEN }}
18-
- uses: extractions/setup-just@v2
18+
- uses: extractions/setup-just@v3
1919
with:
2020
github-token: ${{ secrets.GITHUB_TOKEN }}
2121
- uses: arduino/setup-protoc@v1

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: bufbuild/buf-setup-action@v1
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
20-
- uses: extractions/setup-just@v2
20+
- uses: extractions/setup-just@v3
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
- uses: arduino/setup-protoc@v1

0 commit comments

Comments
 (0)