Build/Test Tools: Update third-party GitHub Actions.

This updates the following GitHub Actions to their latest versions:
- `actions/checkout`
- `actions/setup-node`
- `actions/upload-artifact`
- `actions/cache`
- `actions/github-script`
- `shivammathur/setup-php`

See #59805.
Built from https://develop.svn.wordpress.org/trunk@57197


git-svn-id: http://core.svn.wordpress.org/trunk@56708 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2023-12-18 15:20:27 +00:00
parent b691849290
commit 36adf3d10b

View File

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