mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +01:00
34520001c5
This updates all 3rd-party GitHub actions to their latest versions. The following actions were updated: - `actions/cache` - `actions/checkout` - `actions/setup-node` - `codecov/codecov-action` - `shivammathur/setup-php` - `slackapi/slack-github-action` In the latest version of `actions/checkout` (`4.0.0`), a new input was introduced to control the output of command progress. This change uses this new `show-progress` input to turn off displaying progress by default. Progress will be shown when a workflow is run with debug mode enabled, just in case it contains helpful information. Props johnbillion, desrosj. See #58867. git-svn-id: https://develop.svn.wordpress.org/trunk@56537 602fd350-edb4-49c9-b593-d223f7449a82