Skip to content
This repository was archived by the owner on Mar 3, 2025. It is now read-only.

Commit e3927fa

Browse files
committed
Fix Node version warning in GitHub Actions
1 parent 9cb3dd2 commit e3927fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout code
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v3
3535

3636
- name: Setup PHP
3737
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)