Skip to content

Commit 8b59c9d

Browse files
authored
Merge pull request #282 from PHPCSStandards/dependabot/github_actions/actions/setup-node-4
GH Actions: Bump actions/setup-node from 3 to 4
2 parents 52ab69a + 3b048da commit 8b59c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/basics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
uses: actions/checkout@v4
132132

133133
- name: Set up node and enable caching of dependencies
134-
uses: actions/setup-node@v3
134+
uses: actions/setup-node@v4
135135
with:
136136
node-version: '16'
137137

0 commit comments

Comments
 (0)