Skip to content

Commit 59f9d59

Browse files
authored
Merge pull request #16 from cucumber/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 67c40b5 + f33b8b2 commit 59f9d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node-version: [16.x]
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Use Node.js ${{ matrix.node-version }}
2020
uses: actions/setup-node@v3
2121
with:

0 commit comments

Comments
 (0)