Update actions dependencies to not depend on Node 20#4068
Merged
MMcM merged 12 commits intoFoundationDB:mainfrom Apr 22, 2026
Merged
Update actions dependencies to not depend on Node 20#4068MMcM merged 12 commits intoFoundationDB:mainfrom
MMcM merged 12 commits intoFoundationDB:mainfrom
Conversation
github actions are going to stop supporting node.js 20, v6.0.2 uses node 24.
github actions are going to stop supporting node.js 20, v5.2.0 uses node 24.
fb4c387 to
72f1431
Compare
There was a breaking change in the release notes, but it didn't apply when downloading by name, or downloading multiple files, so no issues for the changes here.
We are setting the cache-provider to the basic, MIT-licensed one, rather than the new proprietary one.
Collaborator
Author
|
I thought this was ready, but then noticed that my latest commit did not run the mixed-mode tests, despite the label.... |
38d19ea to
8883d7f
Compare
Collaborator
Author
MMcM
approved these changes
Apr 22, 2026
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.
github actions are going to stop supporting node.js 20, this bumps our dependencies to use up-to-date versions so that the actions won't break when that happens.
This change covers everything used in PRs. Once this is merged, I will look at nightly and release to see if there is anything else that I missed.
Changes:
Note: This version introduces a proprietary caching option, but our action is using the MIT-licensed cache. Also, it notifies you of this on every gradle step
Note: This does not appear to be Node 24 compatible still