File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
dependabot/workflow-template-copies/.github/workflows Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - name : checkout
17
+ - name : Checkout repository
18
18
uses : actions/checkout@v1
19
19
with :
20
20
fetch-depth : 0
41
41
needs : create-nightly-artifacts
42
42
43
43
steps :
44
- - name : Checkout
44
+ - name : Checkout repository
45
45
uses : actions/checkout@v2
46
46
47
47
- name : Download artifacts
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - name : Checkout
14
+ - name : Checkout repository
15
15
uses : actions/checkout@v1
16
16
with :
17
17
fetch-depth : 0
44
44
needs : create-release-artifacts
45
45
46
46
steps :
47
- - name : Checkout
47
+ - name : Checkout repository
48
48
uses : actions/checkout@v2
49
49
50
50
- name : Download artifacts
@@ -104,7 +104,7 @@ jobs:
104
104
needs : notarize-macos
105
105
106
106
steps :
107
- - name : Checkout
107
+ - name : Checkout repository
108
108
uses : actions/checkout@v2
109
109
110
110
- name : Download artifact
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - name : checkout
17
+ - name : Checkout repository
18
18
uses : actions/checkout@v1
19
19
with :
20
20
fetch-depth : 0
41
41
needs : create-nightly-artifacts
42
42
43
43
steps :
44
- - name : Checkout
44
+ - name : Checkout repository
45
45
uses : actions/checkout@v2
46
46
47
47
- name : Download artifacts
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - name : Checkout
14
+ - name : Checkout repository
15
15
uses : actions/checkout@v1
16
16
with :
17
17
fetch-depth : 0
44
44
needs : create-release-artifacts
45
45
46
46
steps :
47
- - name : Checkout
47
+ - name : Checkout repository
48
48
uses : actions/checkout@v2
49
49
50
50
- name : Download artifacts
@@ -104,7 +104,7 @@ jobs:
104
104
needs : notarize-macos
105
105
106
106
steps :
107
- - name : Checkout
107
+ - name : Checkout repository
108
108
uses : actions/checkout@v2
109
109
110
110
- name : Download artifact
You can’t perform that action at this time.
0 commit comments