File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 69
69
needs : build
70
70
runs-on : ubuntu-latest
71
71
steps :
72
+ - uses : actions/checkout@v4
72
73
# install Chrome first, so the correct version of webdriver can be installed by chromedriver when setting up the repo
73
74
- name : install Chrome stable
74
75
run : |
@@ -114,6 +115,7 @@ jobs:
114
115
needs : build
115
116
runs-on : ubuntu-latest
116
117
steps :
118
+ - uses : actions/checkout@v4
117
119
# install Chrome first, so the correct version of webdriver can be installed by chromedriver
118
120
# when setting up the repo
119
121
- name : install Chrome stable
@@ -168,6 +170,7 @@ jobs:
168
170
needs : build
169
171
runs-on : ubuntu-latest
170
172
steps :
173
+ - uses : actions/checkout@v4
171
174
# install Chrome so the correct version of webdriver can be installed by chromedriver when setting up the repo
172
175
- name : install Chrome stable
173
176
run : |
@@ -217,6 +220,7 @@ jobs:
217
220
needs : build
218
221
runs-on : ubuntu-latest
219
222
steps :
223
+ - uses : actions/checkout@v4
220
224
# install Chrome so the correct version of webdriver can be installed by chromedriver when setting up the repo
221
225
- name : install Chrome stable
222
226
run : |
Original file line number Diff line number Diff line change 91
91
- name : Download build archive
92
92
uses : actions/download-artifact@v4
93
93
with :
94
- name : dists-changed-core -${{ github.sha }}
94
+ name : dists-changed-auth -${{ github.sha }}
95
95
- uses : actions/setup-node@v4
96
96
with :
97
97
node-version-file : ' .nvmrc'
@@ -132,7 +132,7 @@ jobs:
132
132
- name : Download build archive
133
133
uses : actions/download-artifact@v4
134
134
with :
135
- name : dists-changed-core -${{ github.sha }}
135
+ name : dists-changed-auth -${{ github.sha }}
136
136
- uses : actions/setup-node@v4
137
137
with :
138
138
node-version-file : ' .nvmrc'
@@ -164,7 +164,7 @@ jobs:
164
164
- name : Download build archive
165
165
uses : actions/download-artifact@v4
166
166
with :
167
- name : dists-changed-core -${{ github.sha }}
167
+ name : dists-changed-auth -${{ github.sha }}
168
168
- uses : actions/setup-node@v4
169
169
with :
170
170
node-version-file : ' .nvmrc'
You can’t perform that action at this time.
0 commit comments