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 23
23
outputs :
24
24
build_successful : ${{ steps.build.outcome == 'success' }}
25
25
steps :
26
- - uses : actions/checkout@v2
26
+ - uses : actions/checkout@v3
27
27
- uses : actions/setup-node@v3
28
28
with :
29
29
node-version : ${{ matrix.node }}
61
61
- node : 14
62
62
os : ubuntu-latest
63
63
steps :
64
- - uses : actions/checkout@v2
64
+ - uses : actions/checkout@v3
65
65
- uses : actions/setup-node@v3
66
66
with :
67
67
node-version : ${{ matrix.node }}
Original file line number Diff line number Diff line change 18
18
os : [ubuntu-latest]
19
19
steps :
20
20
- name : checkout
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
with :
23
23
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
24
24
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments