Skip to content

Commit 3e71052

Browse files
authored
Merge pull request #11 from atom-community/renovate/actions-setup-node-4.x
chore(deps): update actions/setup-node action to v4
2 parents a7fefc6 + 9f05d48 commit 3e71052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
"cache-OS:${{ matrix.os }}-"
3636
3737
- name: Setup Node
38-
uses: actions/setup-node@v3
38+
uses: actions/setup-node@v4
3939
with:
4040
node-version: ${{ matrix.node }}
4141

0 commit comments

Comments
 (0)