Skip to content

Commit cf04821

Browse files
committed
Upgrade actions/setup-node to v4
Remove warnings about deprecated actions using node 12
1 parent 1fedbb1 commit cf04821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v4
2626

2727
- name: Set up PHP
2828
uses: shivammathur/setup-php@v2
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646

4747
steps:
48-
- uses: actions/checkout@v2
48+
- uses: actions/checkout@v4
4949

5050
- name: Install NodeJS
5151
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)