From 6994dfddd0ccc39b2bea27c358ea900668dbe7ec Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 19 Oct 2022 18:28:12 +0000 Subject: [PATCH] Build/Test Tools: Update third-party `welcome` Action. This updates the third-party action used to post a welcome message to pull requests opened by first time contributors. This release updates the action to use Node.js version 16 instead of 12, the latter of which support has been deprecated for in GitHub Action runners. The action has also changed from `bukboo/welcome-action` to `wow-action/welcome`. See #56793. Built from https://develop.svn.wordpress.org/trunk@54651 git-svn-id: http://core.svn.wordpress.org/trunk@54203 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 3f517d54df..bed3847dd8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54650'; +$wp_version = '6.2-alpha-54651'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.