Build/Test Tools: Change the cancel-workflow-action version to a SHA value.

Additionally, the `access_token` input now defaults to `github.token`, so specifying it is unnecessary.

Follow up to [50474].

Props johnbillion.
See #52625.
Built from https://develop.svn.wordpress.org/trunk@50476


git-svn-id: http://core.svn.wordpress.org/trunk@50087 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-03-02 17:49:02 +00:00
parent 34b0dc8023
commit 37b71d9d40

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-50475';
$wp_version = '5.8-alpha-50476';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.