Make WordPress Core

Opened 2 years ago

Closed 2 years ago

#56795 closed defect (bug) (duplicate)

Backport GitHub Action updates

Reported by: desrosj's profile desrosj Owned by: desrosj's profile desrosj
Milestone: Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords:
Focuses: Cc:

Description

GitHub Actions has deprecated support for any actions using Node.js 12.x (see https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12).

Any actions that are currently using this version of Node should be updated to a more recent version to prevent any issues when support is removed entirely.

Change History (2)

#1 @desrosj
2 years ago

Right now, it appears to only affect the slackapi/slack-github-action. But it probably makes sense to update all third-party actions to their latest versions. Most are probably running 16.x, which will increase the amount of time required to update these older branches (not when 14.x support is deprecated, which will come first).

It would also be nice to include the changes in [53947] so that failed workflows also rerun automatically in these older branches.

#2 @desrosj
2 years ago

  • Milestone 6.2 deleted
  • Resolution set to duplicate
  • Status changed from assigned to closed

Closing this out in favor of #56882.

Note: See TracTickets for help on using tickets.