File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
build :
37
37
runs-on : ubuntu-latest
38
38
steps :
39
- - uses : actions/checkout@v3
39
+ - uses : actions/checkout@v4
40
40
- uses : actions/setup-node@v3
41
41
with :
42
42
cache : npm
66
66
run : |
67
67
git config --global core.autocrlf false
68
68
git config --global core.eol lf
69
- - uses : actions/checkout@v3
69
+ - uses : actions/checkout@v4
70
70
- uses : actions/setup-node@v3
71
71
with :
72
72
cache : npm
81
81
if : always() && github.event.inputs.release == 'true' && needs.build.result != 'failure' && needs.test.result != 'failure' && needs.test.result != 'cancelled'
82
82
runs-on : ubuntu-latest
83
83
steps :
84
- - uses : actions/checkout@v3
84
+ - uses : actions/checkout@v4
85
85
with :
86
86
# Need to fetch entire commit history to
87
87
# analyze every commit since last release
Original file line number Diff line number Diff line change 15
15
name : 🤔
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- uses : actions/setup-node@v3
20
20
with :
21
21
cache : npm
You can’t perform that action at this time.
0 commit comments