Build/Test Tools: Fix more `set-output` deprecated warnings.
This updates the `ramsey/composer-install` and `shivammathur/setup-php` actions to their latest versions. These updates include fixes for the deprecated warnings output when using `set-output` and `save-state` commands. Props jrf, desrosj. See #56820, #56882, #56793. Built from https://develop.svn.wordpress.org/trunk@54750 git-svn-id: http://core.svn.wordpress.org/trunk@54302 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
feec68f78d
commit
508485887f
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.2-alpha-54749';
|
||||
$wp_version = '6.2-alpha-54750';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue