-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build: Update aqt to 2.2.3 (Automated PR) #2787
Conversation
f9aec1a
to
b062b1a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Proper version is used: https://github.com/jamulussoftware/jamulus/runs/7914467649?check_suite_focus=true#step:7:9
- The most relevant change for us is explicit 6.3.1 support. The lack of that caused warnings until now: https://github.com/jamulussoftware/jamulus/runs/7914445054?check_suite_focus=true#step:7:82
No warning on this PR anymore: https://github.com/jamulussoftware/jamulus/runs/7914467649?check_suite_focus=true#step:7:84 - Also useful: Better mirror usage support (as I read it): miurahr/aqtinstall@v2.1.0...v2.2.3#diff-2c623f3c6a917be56c59d43279244996836262cb1e12d9d0786c9c49eef6b43cR39-R41
Logging output changed slightly.
Skimmed diff: miurahr/aqtinstall@v2.1.0...v2.2.3
3819d76
to
bde865b
Compare
@hoffie I think the name of the commit and depandabot should be the same "CI: Bump x from a to b" |
15a9483
to
335cd7c
Compare
Please ping me if you're finished. |
9607426
to
726d1ba
Compare
# Use Github's API directly instead of using `gh edit`. | ||
# The latter internally queries all fields of the PR which leads to | ||
# a permission error as the workflow does not have access to | ||
# organization projects: | ||
gh api --silent -H "Accept: application/vnd.github+json" --method PATCH \ | ||
"/repos/${GITHUB_REPOSITORY}/pulls/${existing_pr}" \ | ||
-f title="${pr_title}" \ | ||
-f body="${body}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears as part of this PR as the last workflow run was from the PR branch for #2801. It will be fixed once that PR is merged and the workflow runs again.
c4a406d
to
9be9714
Compare
9be9714
to
5a59251
Compare
(Keeping still as draft as we have to approve/merge #2801 first). |
b3b649d
to
1d64f61
Compare
1d64f61
to
9c6dafe
Compare
This automated Pull Request updates the used aqt version to version 2.2.3.
This PR was opened by the workflow Bump dependencies (create-prs)
CHANGELOG: SKIP