Skip to content

Commit e28f8a1

Browse files
chore(deps): update actions/setup-node to v6 (#356)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a1d6ae4 commit e28f8a1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/conventional-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fetch-depth: 0 # Required by commitlint
3737

3838
- name: Setup Node.js
39-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
39+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
4040
with:
4141
node-version: 24
4242
cache: npm

.github/workflows/release-dry-run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ref: ${{ github.head_ref }}
3838

3939
- name: Setup Node.js
40-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
40+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
4141
with:
4242
node-version: 24
4343
cache: npm

.github/workflows/release-maintenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
fetch-depth: 0 # Required to list all tags
9292

9393
- name: Setup Node.js
94-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
94+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
9595
with:
9696
node-version: 24
9797
cache: npm

.github/workflows/release-on-change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
fetch-depth: 0 # Required by semantic-release
7373

7474
- name: Setup Node.js
75-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
75+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
7676
with:
7777
node-version: 24
7878
cache: npm

0 commit comments

Comments
 (0)