Skip to content

Commit 016647b

Browse files
authored
Merge pull request #394 from xt0rted/dependabot/github_actions/github-actions-ec7176aef9
Bump actions/setup-node from 4.4.0 to 5.0.0 in the github-actions group
2 parents 3b10f26 + 05cf419 commit 016647b

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
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v5.0.0
2626

2727
- name: Install Node
28-
uses: actions/setup-node@v4.4.0
28+
uses: actions/setup-node@v5.0.0
2929
with:
3030
node-version-file: .nvmrc
3131

0 commit comments

Comments
 (0)