From fc8aebd9967b14189eda25ef0f23e4e1e4682cb1 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 19 Mar 2026 03:12:50 +0000 Subject: [PATCH] Build/Test Tools: Update some third-party GitHub Actions. This updates the following GitHub Actions: - `actions/cache` from `5.0.3` to `5.0.4` - `codecov/codecov-action` from `5.5.2` to `5.5.3` This resolves the final `node20`-related deprecation notices being triggered by GitHub Actions. See #64227. Built from https://develop.svn.wordpress.org/trunk@62053 git-svn-id: http://core.svn.wordpress.org/trunk@61335 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 9186df446b..83f3bbdca3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '7.0-beta5-62052'; +$wp_version = '7.0-beta5-62053'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.