Build/Test Tools: Update slackapi/slack-github-action.

This makes the necessary changes to update the Slack GitHub Action to the latest version, currently `2.0.0`.

Most notably this update provides more control over how attempts re retried when rate limiting is encountered.

Reverts [59209].

See #61701, #62221.
Built from https://develop.svn.wordpress.org/trunk@59519


git-svn-id: http://core.svn.wordpress.org/trunk@58905 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2024-12-16 19:29:24 +00:00
parent f7d4ea3ceb
commit 4fdd73689f

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59517';
$wp_version = '6.8-alpha-59519';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.