Update third-party actions to versions that use Node v24#100
Merged
kevinb-khan merged 3 commits intomainfrom Mar 31, 2026
Merged
Update third-party actions to versions that use Node v24#100kevinb-khan merged 3 commits intomainfrom
kevinb-khan merged 3 commits intomainfrom
Conversation
Contributor
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
jeresig
approved these changes
Mar 31, 2026
kevinb-khan
added a commit
to Khan/actions
that referenced
this pull request
Mar 31, 2026
…v24 everywhere (#157) ## Summary: In Khan/gerald#100, I update the third-party actions that Khan/gerald's uses to versions that use Node v24 (instead of v20). This PR updates the actions wrapper in this repo to use the new version of that action. Issue: FEI-7601 ## Test plan: - see that there are no warnings about Node v20 actions in CI I retried Gerald a few times because it looked like it wasn't running, that's why there are three reports. One the plus side, none of them show warnings about Node v20. Here's a link to one of the runs to show that it actually did run: https://github.com/Khan/actions/actions/runs/23815675785/job/69414414986. <img width="622" height="392" alt="Screenshot 2026-03-31 at 3 36 02 PM" src="https://github.com/user-attachments/assets/f96afe88-34af-4858-be53-365b9860215f" /> Author: kevinb-khan Reviewers: jeresig, jaredly Required Reviewers: Approved By: jeresig Checks: ⏭️ 1 check has been skipped, ✅ 2 checks were successful Pull Request URL: #157
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.
Summary:
In addition to update all workflows to use Node v24, we also need to update all third-party actions to versions that use Node v24.
Issue: FEI-7601
Test plan:
NOTE: