Merge pull request #260 from wp-cli/dependabot/github_actions/actions/checkout-5

This commit is contained in:
Pascal Birchler 2025-08-15 10:14:03 +02:00 committed by GitHub
commit ecad654f41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -8,6 +8,6 @@ jobs:
name: Lint Gherkin Feature files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: bahmutov/npm-install@v1
- run: npm run lint

View file

@ -108,7 +108,7 @@ class ScaffoldPackageCommand {
$package_root = dirname( __DIR__ );
$template_path = $package_root . '/templates/';
$wp_cli_yml = <<<EOT
$wp_cli_yml = <<<'EOT'
require:
- hello-world-command.php
EOT;