File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
template/[% if repo_platform == 'github' %].github[% endif %]/workflows Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 37
37
fetch-depth : 0
38
38
persist-credentials : false
39
39
- name : Setup Node.js
40
- uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
40
+ uses : actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
41
41
with :
42
42
node-version : ' lts/*'
43
43
- name : Semantic Release
Original file line number Diff line number Diff line change 37
37
fetch-depth: 0
38
38
persist-credentials: false
39
39
- name: Setup Node.js
40
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
40
+ uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
41
41
with:
42
42
node-version: 'lts/*'
43
43
- name: Semantic Release
You can’t perform that action at this time.
0 commit comments