Skip to content

Commit bbe44d1

Browse files
authored
Merge pull request #685 from xt0rted/dependabot/github_actions/actions/setup-node-5.0.0
Bump actions/setup-node from 4.4.0 to 5.0.0
2 parents a2fff78 + a470786 commit bbe44d1

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
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/[email protected]
2929

3030
- name: Install Node
31-
uses: actions/setup-node@v4.4.0
31+
uses: actions/setup-node@v5.0.0
3232
with:
3333
node-version: ${{ matrix.node }}
3434

0 commit comments

Comments
 (0)