Skip to content

Commit dfaab1b

Browse files
taglialacmanetta
authored andcommitted
3.2 stable: update gherkin lint actions (activeadmin#8321)
Update actions Prevent a deprecation message related to Node 16 actions
1 parent a149167 commit dfaab1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gherkin-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
name: Run gherkin-lint
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
22-
- uses: actions/setup-node@v3
21+
- uses: actions/checkout@v4
22+
- uses: actions/setup-node@v4
2323
with:
2424
node-version: ${{ env.NODE_VERSION }}
2525
cache: 'yarn'

0 commit comments

Comments
 (0)