Build: Update aqt to 2.2.3 (Automated PR)#2787
Closed
github-actions[bot] wants to merge 1 commit intomasterfrom
Closed
Build: Update aqt to 2.2.3 (Automated PR)#2787github-actions[bot] wants to merge 1 commit intomasterfrom
github-actions[bot] wants to merge 1 commit intomasterfrom
Conversation
f9aec1a to
b062b1a
Compare
16 tasks
hoffie
approved these changes
Aug 19, 2022
Member
There was a problem hiding this comment.
- 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
Member
|
@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
Member
|
Please ping me if you're finished. |
9607426 to
726d1ba
Compare
hoffie
added a commit
that referenced
this pull request
Aug 22, 2022
5 tasks
hoffie
reviewed
Aug 22, 2022
Comment on lines
140
to
147
| # 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}" |
Member
There was a problem hiding this comment.
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
pljones
approved these changes
Aug 24, 2022
9be9714 to
5a59251
Compare
Member
|
(Keeping still as draft as we have to approve/merge #2801 first). |
5a59251 to
b3b649d
Compare
b3b649d to
1d64f61
Compare
1d64f61 to
9c6dafe
Compare
Member
ann0see
pushed a commit
to ann0see/jamulus
that referenced
this pull request
Nov 9, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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