Skip to content

Commit 8aa8ff6

Browse files
build(deps): update actions/setup-node action to v4.0.3 (#657)
Co-authored-by: serious-scaffold[bot] <160990600+serious-scaffold[bot]@users.noreply.github.com>
1 parent aba4d87 commit 8aa8ff6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fetch-depth: 0
3838
persist-credentials: false
3939
- name: Setup Node.js
40-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
40+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
4141
with:
4242
node-version: 'lts/*'
4343
- name: Semantic Release

template/[% if repo_platform == 'github' %].github[% endif %]/workflows/semantic-release.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fetch-depth: 0
3838
persist-credentials: false
3939
- name: Setup Node.js
40-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
40+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
4141
with:
4242
node-version: 'lts/*'
4343
- name: Semantic Release

0 commit comments

Comments
 (0)