22
22
continue-on-error : true
23
23
steps :
24
24
- name : Git Checkout
25
- uses : actions/checkout@v3.6 .0
25
+ uses : actions/checkout@v4.0 .0
26
26
with :
27
27
fetch-depth : ' 0'
28
28
- name : Install libuv
47
47
continue-on-error : false
48
48
steps :
49
49
- name : Git Checkout
50
- uses : actions/checkout@v3.6 .0
50
+ uses : actions/checkout@v4.0 .0
51
51
with :
52
52
fetch-depth : ' 0'
53
53
- name : Install libuv
87
87
- name : Cache Dependencies
88
88
uses : coursier/cache-action@v6
89
89
- name : Git Checkout
90
- uses : actions/checkout@v3.6 .0
90
+ uses : actions/checkout@v4.0 .0
91
91
with :
92
92
fetch-depth : ' 0'
93
93
- name : Test
@@ -105,7 +105,7 @@ jobs:
105
105
if : ${{ github.event_name == 'push' }}
106
106
steps :
107
107
- name : Git Checkout
108
- uses : actions/checkout@v3.6 .0
108
+ uses : actions/checkout@v4.0 .0
109
109
with :
110
110
fetch-depth : ' 0'
111
111
- name : Install libuv
@@ -179,7 +179,7 @@ jobs:
179
179
if : ${{ github.event_name != 'pull_request' }}
180
180
steps :
181
181
- name : Git Checkout
182
- uses : actions/checkout@v3.6 .0
182
+ uses : actions/checkout@v4.0 .0
183
183
with :
184
184
fetch-depth : ' 0'
185
185
- name : Install libuv
@@ -208,7 +208,7 @@ jobs:
208
208
if : ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
209
209
steps :
210
210
- name : Git Checkout
211
- uses : actions/checkout@v3.6 .0
211
+ uses : actions/checkout@v4.0 .0
212
212
with :
213
213
fetch-depth : ' 0'
214
214
- name : Install libuv
@@ -239,7 +239,7 @@ jobs:
239
239
if : ${{ (github.event_name == 'release') && (github.event.action == 'published') }}
240
240
steps :
241
241
- name : Git Checkout
242
- uses : actions/checkout@v3.6 .0
242
+ uses : actions/checkout@v4.0 .0
243
243
with :
244
244
fetch-depth : ' 0'
245
245
- name : notify the main repo about the new release of docs package
0 commit comments