Skip to content

Commit be818b6

Browse files
committed
Update actions/checkout action to v3
1 parent b4fb030 commit be818b6

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)