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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
40
+ uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
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@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1 .0
40
+ uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
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