Skip to content

Commit 3047524

Browse files
authored
Merge pull request #1207 from PHPCSStandards/dependabot/github_actions/master/actions/setup-node-5
GH Actions: Bump actions/setup-node from 4 to 5
2 parents ca606d9 + 237ec1e commit 3047524

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
# This action also handles the caching of the dependencies.
210210
- name: Set up node
211211
if: ${{ matrix.custom_ini == false }}
212-
uses: actions/setup-node@v4
212+
uses: actions/setup-node@v5
213213
with:
214214
node-version: '20'
215215

@@ -322,7 +322,7 @@ jobs:
322322
# This action also handles the caching of the dependencies.
323323
- name: Set up node
324324
if: ${{ matrix.custom_ini == false }}
325-
uses: actions/setup-node@v4
325+
uses: actions/setup-node@v5
326326
with:
327327
node-version: '20'
328328

0 commit comments

Comments
 (0)