Update GitHub Actions to latest major versions (node24) (#991)#991
Closed
xuhdev wants to merge 2 commits into
Closed
Update GitHub Actions to latest major versions (node24) (#991)#991xuhdev wants to merge 2 commits into
xuhdev wants to merge 2 commits into
Conversation
|
@xuhdev has exported this pull request. If you are a Meta employee, you can view the originating Diff in D106597689. |
xuhdev
added a commit
to xuhdev/redex
that referenced
this pull request
May 28, 2026
Summary: Update all GitHub Actions dependencies from their v4 (node20) versions to the latest major versions, which all use node24: - `actions/checkout` v4.1.1 → v6 - `actions/cache` v4 → v5 - `actions/upload-artifact` v4 → v6 - `actions/upload-pages-artifact` v4 → v5 - `actions/deploy-pages` v4 → v5 Applied across all three Redex flavors (redex, redex-staging, redex-stable). Differential Revision: D106597689
Differential Revision: D106599028
Summary: Update all GitHub Actions dependencies from their v4 (node20) versions to the latest major versions, which all use node24: - `actions/checkout` v4.1.1 → v6 - `actions/cache` v4 → v5 - `actions/upload-artifact` v4 → v6 - `actions/upload-pages-artifact` v4 → v5 - `actions/deploy-pages` v4 → v5 Applied across all three Redex flavors (redex, redex-staging, redex-stable). Differential Revision: D106597689
|
This pull request has been merged in 07363b3. |
meta-codesync Bot
pushed a commit
that referenced
this pull request
May 28, 2026
Summary: Pull Request resolved: #991 Node.js 20 has been deprecated. Update all GitHub Actions dependencies from their v4 (node20) versions to the latest major versions, which run on later versions of Node.js. - `actions/checkout` v4.1.1 → v6 - `actions/cache` v4 → v5 - `actions/upload-artifact` v4 → v6 - `actions/upload-pages-artifact` v4 → v5 - `actions/deploy-pages` v4 → v5 Reviewed By: wsanville Differential Revision: D106597689 fbshipit-source-id: 1c4ddab434fd05e46a975fdf6f398ce2799041d8
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:
Update all GitHub Actions dependencies from their v4 (node20) versions to the latest major versions, which all use node24:
actions/checkoutv4.1.1 → v6actions/cachev4 → v5actions/upload-artifactv4 → v6actions/upload-pages-artifactv4 → v5actions/deploy-pagesv4 → v5Applied across all three Redex flavors (redex, redex-staging, redex-stable).
Differential Revision: D106597689