Skip to content

Commit ecad654

Browse files
authored
Merge pull request #260 from wp-cli/dependabot/github_actions/actions/checkout-5
2 parents 934afc9 + 341ac6f commit ecad654

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-gherkin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
name: Lint Gherkin Feature files
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- uses: bahmutov/npm-install@v1
1313
- run: npm run lint

src/ScaffoldPackageCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public function package( $args, $assoc_args ) {
108108

109109
$package_root = dirname( __DIR__ );
110110
$template_path = $package_root . '/templates/';
111-
$wp_cli_yml = <<<EOT
111+
$wp_cli_yml = <<<'EOT'
112112
require:
113113
- hello-world-command.php
114114
EOT;

0 commit comments

Comments
 (0)