From 0a1b7ed0306898e2e5d2e6cf4b04398201050241 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 19 Feb 2024 08:59:13 +0000 Subject: [PATCH] Build/Test Tools: Update third-party GitHub Actions. This updates the following third-party GitHub Actions to their latest versions: * Updates `actions/setup-node` from 4.0.1 to 4.0.2 * Updates `actions/upload-artifact` from 4.3.0 to 4.3.1 Props desrosj, thelovekesh. See #59805. Built from https://develop.svn.wordpress.org/trunk@57655 git-svn-id: http://core.svn.wordpress.org/trunk@57156 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 c1fe1591d9..69f59145c9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-beta1-57654'; +$wp_version = '6.5-beta1-57655'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.