Skip to content

Commit bba62b0

Browse files
authored
Merge pull request #104 from OldSneerJaw/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 5 to 6
2 parents 0d56184 + 204e1d8 commit bba62b0

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
2424

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

0 commit comments

Comments
 (0)