Skip to content

Commit 823abe6

Browse files
authored
Merge pull request #393 from Automattic/dependabot/github_actions/actions/setup-node-4.2.0
Bump actions/setup-node from 3.6.0 to 4.2.0
2 parents 0d9af74 + 57f880f commit 823abe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-grunt.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/[email protected]
2121

2222
- name: Set up Node.js environment
23-
uses: actions/setup-node@v3.6.0
23+
uses: actions/setup-node@v4.4.0
2424
with:
2525
node-version: ${{ env.NODE_VERSION }}
2626
cache: npm

0 commit comments

Comments
 (0)