File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
outputs :
22
22
tagName : ${{ steps.npm-bump.outputs.release_tag }}
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@v4
25
25
with :
26
26
# fetch full history so things like auto-changelog work properly
27
27
fetch-depth : 0
62
62
contents : write
63
63
steps :
64
64
- run : echo ${{needs.version_and_release.outputs.tagName}}
65
- - uses : actions/checkout@v3
65
+ - uses : actions/checkout@v4
66
66
with :
67
67
ref : ${{needs.version_and_release.outputs.tagName}}
68
68
- name : Use Node.js ${{ matrix.node-version }}
Original file line number Diff line number Diff line change 15
15
node : ['19']
16
16
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- name : Use Node.js ${{ matrix.node-version }}
20
20
uses : actions/setup-node@v3
21
21
with :
You can’t perform that action at this time.
0 commit comments