-
Notifications
You must be signed in to change notification settings - Fork 394
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
Update libs and tools #2692
Open
PhilippC
wants to merge
23
commits into
master
Choose a base branch
from
update-libs-and-tools
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update libs and tools #2692
Conversation
This file contains 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
…onedrive:// is now no longer supported, but has been replaced with onedrive2:// a long time ago already.
checkout v3 uses node16 which reaches EOL on 15th of Oct 2024 https://github.blog/changelog/2024-09-25-end-of-life-for-actions-node16/
Gradle v2 uses node16 which will be EOL soon. "The only major breaking change from gradle-build-action@v2.12.0 is the update to require a Node 20 runtime environment. Aside from that change, this release should generally serve as a drop-in replacement for gradle-build-action@v2." Gradle updated the action name, following the advice from https://github.com/gradle/gradle-build-action/releases/tag/v3.0.0
It includes caching improvements as described here: https://github.com/gradle/actions/releases/tag/v4.0.0 windows-2022 includes node20 per https://github.com/actions/runner-images/blob/main/images/windows/Windows2022-Readme.md#nodejs
Just a node20 update per https://github.com/actions/cache/releases/tag/v4.0.0
v4 included breaking changes, but the setup here was compatible thanks to the usage of `${{ github.job }}`. https://github.com/actions/upload-artifact/releases/tag/v4.0.0 v3 artifact actions will be deprecated on November 30th https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ node16 actions will be EOL on October 15th https://github.blog/changelog/2024-09-25-end-of-life-for-actions-node16/ These seem contradictory but I _guess_ on self-hosted runners one can keep using v3 artifact actions until November 30th.
v3 is node20 and doesn't do validation by default like v4 validation can be disabled in v4 but when that bump is made it's probably better to resolve the issues rather than ignore them.
…eded onedrive aar. I wasn't successful in binding the latest dropbox sdk (7.0) and therefor only updated to 5.4.6 which doesn't require an .aar.
Prevent duplicate CI runs in PRs
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.
KP2A is using several older libraries and build tooling. This PR is about updating those at least partially.
== Build system updates ==
== Library updates ==