Skip to content

Commit 583c50a

Browse files
authored
Merge pull request #57 from arduino/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 2ea8298 + be9df55 commit 583c50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-taskfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@v5
7070

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

0 commit comments

Comments
 (0)