Skip to content

Commit ed9cef7

Browse files
chore(deps): update extractions/setup-just action to v2 (#531)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [extractions/setup-just](https://togithub.com/extractions/setup-just) | action | major | `v1` -> `v2` | --- ### Release Notes <details> <summary>extractions/setup-just (extractions/setup-just)</summary> ### [`v2`](https://togithub.com/extractions/setup-just/compare/v1...v2) [Compare Source](https://togithub.com/extractions/setup-just/compare/v1...v2) </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 becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/smartive/zitadel-rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMTIuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIxMi4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a9a1244 commit ed9cef7

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@v1
18+
- uses: extractions/setup-just@v2
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@v1
20+
- uses: extractions/setup-just@v2
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}
2323
- uses: arduino/setup-protoc@v1

0 commit comments

Comments
 (0)