Skip to content

Commit 8ada3b9

Browse files
Merge pull request #52 from serv-c/dependabot/github_actions/actions/setup-node-6
fix: bump actions/setup-node from 4 to 6
2 parents d300a27 + b8f2f64 commit 8ada3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fetch-depth: 0
1010
fetch-tags: true
1111
submodules: true
12-
- uses: actions/setup-node@v4
12+
- uses: actions/setup-node@v6
1313
with:
1414
node-version: 23.1
1515
- name: Install commitlint

0 commit comments

Comments
 (0)