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 37
37
run : |
38
38
git config --global core.autocrlf false
39
39
git config --global core.eol lf
40
- - uses : actions/checkout@v3
40
+ - uses : actions/checkout@v4
41
41
- uses : actions/setup-node@v3
42
42
with :
43
43
node-version : ${{ matrix.node-version }}
50
50
runs-on : ubuntu-latest
51
51
if : inputs.release == true
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
with :
55
55
# Need to fetch entire commit history to
56
56
# analyze every commit since last release
Original file line number Diff line number Diff line change 13
13
name : Update .yalc generated code for the test-studio
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- uses : actions/setup-node@v3
18
18
with :
19
19
cache : yarn
You can’t perform that action at this time.
0 commit comments