Skip to content

Commit 82c95fb

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 51cab29 commit 82c95fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/host_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Setup Node.js
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@v6
3333
with:
3434
node-version: lts/*
3535

semantic-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ runs:
9494
shell: bash
9595

9696
- name: Configure Node.js
97-
uses: actions/setup-node@v4
97+
uses: actions/setup-node@v6
9898
with:
9999
node-version: lts/*
100100

0 commit comments

Comments
 (0)