Skip to content

Commit 3c8cf52

Browse files
authored
Merge pull request #38 from arduino/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents 5c32803 + c0eb6fd commit 3c8cf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-taskfiles.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@v4
7070

7171
- name: Setup Node.js
72-
uses: actions/setup-node@v3
72+
uses: actions/setup-node@v4
7373
with:
7474
node-version: ${{ env.NODE_VERSION }}
7575

0 commit comments

Comments
 (0)