-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub has deprecated the node16 runner in favor of node20. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ Thus, we need to make some updates: * Update our actions to use the node20 runner. * Update workflows to use new versions of various actions: - actions/cache v3 → v4 - actions/setup-node v3 → v4 - actions/github-script v6 → v7 - actions/setup-node v3 → v4 - actions/stale v8 → v9 - github/codeql-action v2 → v3 - peter-evans/repository-dispatch v2 → v3 * Update references to the above in some docs. * Remove a long-commented-out job in gardening.yml Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7668809904
- Loading branch information
Showing
5 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
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
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
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
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
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