Skip to content

Commit 3c1d897

Browse files
authored
Merge pull request #628 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 51fcba4 + 94866c1 commit 3c1d897

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
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v5.0.0
2424

2525
- name: Install Node
26-
uses: actions/setup-node@v4.4.0
26+
uses: actions/setup-node@v5.0.0
2727
with:
2828
node-version: ${{ matrix.node }}
2929

0 commit comments

Comments
 (0)