From 36adf3d10bc6fef70722b24d3fe7345174056c0e Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 18 Dec 2023 15:20:27 +0000 Subject: [PATCH] Build/Test Tools: Update third-party GitHub Actions. This updates the following GitHub Actions to their latest versions: - `actions/checkout` - `actions/setup-node` - `actions/upload-artifact` - `actions/cache` - `actions/github-script` - `shivammathur/setup-php` See #59805. Built from https://develop.svn.wordpress.org/trunk@57197 git-svn-id: http://core.svn.wordpress.org/trunk@56708 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 729009974c..ef1fc27cde 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57196'; +$wp_version = '6.5-alpha-57197'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.