From 304281dcef4e9aeb58fa604c57a66efc811c35fb Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 8 Apr 2022 18:39:07 +0000 Subject: [PATCH] Build/Test Tools: Update all 3rd party actions to their latest versions. This updates all 3rd party GitHub actions to their latest versions. - `actions/cache` from `2.1.6` to `3.0.1`. - `actions/github-script` from `5.0.0` to `6.0.0`. - `actions/setup-node` from `2.4.1` to `3.1.0`. - `codecov/codecov-action` from `2.1.0` to `3.0.0`. - `ramsey/composer-install` from `1.3.0` to `2.1.0`. - `shivammathur/setup-php` from `2.15.0` to `2.18.0`. Additionally, this updates all instances of the `actions/setup-node` action to replace the `node-version` option with the new `node-version-file`. This simplifies the process of changing the version of NodeJS used in workflows by only requiring the version to be changed once in the `.nvmrc` file. See #54725. Built from https://develop.svn.wordpress.org/trunk@53112 git-svn-id: http://core.svn.wordpress.org/trunk@52701 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 e4076c0a51..5164be384a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-53111'; +$wp_version = '6.0-alpha-53112'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.