Skip to content

Commit 12432a8

Browse files
committed
update github checkout action to v4
1 parent 328dff6 commit 12432a8

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
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v4
1515
- name: test
1616
run: yarn test --ci

0 commit comments

Comments
 (0)