From 11ca0151d425f9c9f41f49f4ce8470faf693e02e Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 13 Oct 2022 17:51:12 +0000 Subject: [PATCH] Build/Test Tools: Update third-party GitHub Actions. This updates the following third-party actions to their latest versions: - `actions/cache` - `actions/checkout` - `actions/setup-node` - `actions/github-script` - `slackapi/slack-github-action` The latest versions of these actions fix the warnings that are being triggered after the deprecation of `set-output` and `save-state` on GitHub Actions. For more information, see https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/. See #56820. Built from https://develop.svn.wordpress.org/trunk@54511 git-svn-id: http://core.svn.wordpress.org/trunk@54070 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 fb64471b8d..042aec624f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-RC1-54510'; +$wp_version = '6.1-RC1-54511'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.