Skip to content

Commit 29b3b9b

Browse files
authored
Merge pull request #3 from cucumber/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2 parents b4fb030 + be818b6 commit 29b3b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: set git core.autocrlf to 'input'
2929
run: git config --global core.autocrlf input
3030

31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232

3333
- name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
3434
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)