Skip to content

Commit e0e3ddb

Browse files
authored
Merge pull request #223 from wp-cli/dependabot/github_actions/actions/checkout-4
2 parents 9752708 + d9b7a19 commit e0e3ddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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@v3
11+
- uses: actions/checkout@v4
1212
- uses: bahmutov/npm-install@v1
1313
- run: npm run lint

0 commit comments

Comments
 (0)