File tree Expand file tree Collapse file tree 2 files changed +950
-587
lines changed Expand file tree Collapse file tree 2 files changed +950
-587
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
if : ${{ github.event_name != 'pull_request' }}
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
name : Checkout [main]
17
17
with :
18
18
fetch-depth : 0
19
- - uses : actions/setup-node@v3
19
+ - uses : actions/setup-node@v4
20
20
with :
21
21
node-version : " 16"
22
22
@@ -49,12 +49,12 @@ jobs:
49
49
runs-on : ubuntu-latest
50
50
if : ${{ github.event_name == 'pull_request' }}
51
51
steps :
52
- - uses : actions/checkout@v3
52
+ - uses : actions/checkout@v4
53
53
with :
54
54
ref : ${{ github.event.pull_request.head.ref }}
55
55
repository : ${{ github.event.pull_request.head.repo.full_name }}
56
56
fetch-depth : 0
57
- - uses : actions/setup-node@v3
57
+ - uses : actions/setup-node@v4
58
58
with :
59
59
node-version : " 16"
60
60
You can’t perform that action at this time.
0 commit comments