Skip to content

Commit c7e74b2

Browse files
authored
Merge pull request #63 from arduino/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents 0c16f2a + c08b8d9 commit c7e74b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Set Node.js 16.x
21-
uses: actions/setup-node@v3
21+
uses: actions/setup-node@v4
2222
with:
2323
node-version: 16.x
2424

0 commit comments

Comments
 (0)