Skip to content

Commit ed309f1

Browse files
committed
Use node 16 on actions
1 parent 5c8e835 commit ed309f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/parse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
version: ['3.9', '4.0', '4.1', '4.2', '4.3']
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- name: Setup PHP with PECL extension
2222
uses: shivammathur/setup-php@v2
2323
with:

0 commit comments

Comments
 (0)