From 5a5edd03efbf75ba6d9e9355362d2a6b1281af11 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 19 Mar 2025 12:32:26 +0000 Subject: [PATCH] =?UTF-8?q?Build/Test=20Tools:=20Use=20=E2=80=98pull=5Freq?= =?UTF-8?q?uest.head.ref`=20when=20checking=20built=20files.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because `pull_request_target` happens in the context of the base branch, attempting to checkout `github.head_ref` results in a failure when the workflow comes from a fork. This adjusts the options passed to `actions/checkout` to use the repository that actually contains the test branch. See #62221. Built from https://develop.svn.wordpress.org/trunk@60052 git-svn-id: http://core.svn.wordpress.org/trunk@59388 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 3b70f4eab2..975c366aed 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-beta3-60051'; +$wp_version = '6.8-beta3-60052'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.