From 4d2e4791f0b7c598bce90b95d78b10f66250279c Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 19 Oct 2022 18:12:14 +0000 Subject: [PATCH] Build/Test Tools: Remove use of `set-output` in Action workflows. The `save-state` and `set-output` commands have been deprecated in GitHub Actions. This removes all occurrences of the command within workflow steps. This will not remove all deprecated notices from workflow summaries (some third-party actions still contain instances of these commands and need to be fixed upstream), but it will fix the notices caused by custom workflow code. See #56820. Built from https://develop.svn.wordpress.org/trunk@54649 git-svn-id: http://core.svn.wordpress.org/trunk@54201 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 f8cfae5ae3..0a30eba898 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54646'; +$wp_version = '6.2-alpha-54649'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.