From aba105c851146ee5c812ab45fc9faac2dd3da69e Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 29 Jan 2024 15:06:16 +0000 Subject: [PATCH] Build/Test Tools: Update third-party Slack action. This updates the `slackapi/slack-github-action` from `1.24.0` to `1.25.0`. This fixes more GitHub Action deprecated notices. Follow up to [57362]. See #59805. Built from https://develop.svn.wordpress.org/trunk@57376 git-svn-id: http://core.svn.wordpress.org/trunk@56882 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 a3ddd08f24..b46b9df53e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57375'; +$wp_version = '6.5-alpha-57376'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.