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

This updates the following GitHub Actions to their latest versions:

- `actions/upload-artifact` from `7.0.0` to ` 7.0.1`
- `shivammathur/setup-php` from `2.37.0` to ` 2.37.1`
- `actions/setup-node` from `6.3.0` to ` 6.4.0`
- `actions/cache` from `5.0.4` to ` 5.0.5`
- `github/codeql-action` from `4.33.0` to ` 4.35.4`
- `slackapi/slack-github-action` from `3.0.1` to ` 3.0.3`

See #64893.
Built from https://develop.svn.wordpress.org/trunk@62404


git-svn-id: http://core.svn.wordpress.org/trunk@61685 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj
2026-05-21 16:50:44 +00:00
parent 8741c37312
commit e3db179058
+1 -1
View File
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '7.1-alpha-62403';
$wp_version = '7.1-alpha-62404';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.