@@ -15,10 +15,10 @@ jobs:
15
15
apt-get update && apt-get install -y rsync
16
16
17
17
- name : Checkout
18
- uses : actions/checkout@releases/v4-beta
18
+ uses : actions/checkout@v4
19
19
20
20
- name : Build and Deploy
21
- uses : JamesIves/github-pages-deploy-action@releases/v4-beta
21
+ uses : JamesIves/github-pages-deploy-action@v4
22
22
with :
23
23
git-config-name : Montezuma
24
24
git-config-email :
[email protected]
@@ -35,10 +35,10 @@ jobs:
35
35
runs-on : ubuntu-latest
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@releases/v4-beta
38
+ uses : actions/checkout@v4
39
39
40
40
- name : Build and Deploy
41
- uses : JamesIves/github-pages-deploy-action@releases/v4-beta
41
+ uses : JamesIves/github-pages-deploy-action@v4
42
42
with :
43
43
token : ${{ secrets.ACCESS_TOKEN }}
44
44
folder : integration
@@ -58,12 +58,12 @@ jobs:
58
58
runs-on : ubuntu-latest
59
59
steps :
60
60
- name : Checkout
61
- uses : actions/checkout@releases/v4-beta
61
+ uses : actions/checkout@v4
62
62
with :
63
63
persist-credentials : false
64
64
65
65
- name : Build and Deploy
66
- uses : JamesIves/github-pages-deploy-action@releases/v4-beta
66
+ uses : JamesIves/github-pages-deploy-action@v4
67
67
with :
68
68
folder : integration
69
69
target-folder : cat/montezuma2
87
87
LANG : C.UTF-8
88
88
steps :
89
89
- name : Checkout
90
- uses : actions/checkout@releases/v4-beta
90
+ uses : actions/checkout@v4
91
91
with :
92
92
persist-credentials : false
93
93
96
96
apt-get update && apt-get install -y rsync
97
97
98
98
- name : Build and Deploy
99
- uses : JamesIves/github-pages-deploy-action@releases/v4-beta
99
+ uses : JamesIves/github-pages-deploy-action@v4
100
100
with :
101
101
folder : integration
102
102
target-folder : cat/montezuma2
@@ -116,12 +116,12 @@ jobs:
116
116
runs-on : ubuntu-latest
117
117
steps :
118
118
- name : Checkout
119
- uses : actions/checkout@releases/v4-beta
119
+ uses : actions/checkout@v4
120
120
with :
121
121
persist-credentials : false
122
122
123
123
- name : Build and Deploy
124
- uses : JamesIves/github-pages-deploy-action@releases/v4-beta
124
+ uses : JamesIves/github-pages-deploy-action@v4
125
125
with :
126
126
ssh-key : ${{ secrets.DEPLOY_KEY }}
127
127
folder : integration
@@ -142,7 +142,7 @@ jobs:
142
142
runs-on : ubuntu-latest
143
143
steps :
144
144
- name : Checkout
145
- uses : actions/checkout@releases/v4-beta
145
+ uses : actions/checkout@v4
146
146
with :
147
147
persist-credentials : false
148
148
@@ -152,7 +152,7 @@ jobs:
152
152
ssh-private-key : ${{ secrets.DEPLOY_KEY }}
153
153
154
154
- name : Build and Deploy
155
- uses : JamesIves/github-pages-deploy-action@releases/v4-beta
155
+ uses : JamesIves/github-pages-deploy-action@v4
156
156
with :
157
157
ssh-key : true
158
158
folder : integration
@@ -172,16 +172,16 @@ jobs:
172
172
runs-on : ubuntu-latest
173
173
steps :
174
174
- name : Checkout
175
- uses : actions/checkout@releases/v4-beta
175
+ uses : actions/checkout@v4
176
176
with :
177
177
persist-credentials : false
178
178
179
- - uses : actions/setup-node@releases/v4-beta
179
+ - uses : actions/setup-node@v4
180
180
with :
181
181
node-version-file : ' .node-version'
182
182
183
183
- name : Build and Deploy
184
- uses : JamesIves/github-pages-deploy-action@releases/v4-beta
184
+ uses : JamesIves/github-pages-deploy-action@v4
185
185
with :
186
186
ssh-key : ${{ secrets.DEPLOY_KEY }}
187
187
folder : integration
@@ -191,7 +191,7 @@ jobs:
191
191
git-config-email :
[email protected]
192
192
193
193
- name : Build and Deploy
194
- uses : JamesIves/github-pages-deploy-action@releases/v4-beta
194
+ uses : JamesIves/github-pages-deploy-action@v4
195
195
with :
196
196
ssh-key : ${{ secrets.DEPLOY_KEY }}
197
197
folder : integration
@@ -220,12 +220,12 @@ jobs:
220
220
runs-on : ubuntu-latest
221
221
steps :
222
222
- name : Checkout
223
- uses : actions/checkout@releases/v4-beta
223
+ uses : actions/checkout@v4
224
224
with :
225
225
persist-credentials : false
226
226
227
227
- name : Build and Deploy
228
- uses : JamesIves/github-pages-deploy-action@releases/v4-beta
228
+ uses : JamesIves/github-pages-deploy-action@v4
229
229
with :
230
230
token : ${{ secrets.ACCESS_TOKEN }}
231
231
folder : integration
@@ -240,12 +240,12 @@ jobs:
240
240
runs-on : ubuntu-latest
241
241
steps :
242
242
- name : Checkout
243
- uses : actions/checkout@releases/v4-beta
243
+ uses : actions/checkout@v4
244
244
with :
245
245
persist-credentials : false
246
246
247
247
- name : Build and Deploy
248
- uses : JamesIves/github-pages-deploy-action@releases/v4-beta
248
+ uses : JamesIves/github-pages-deploy-action@v4
249
249
with :
250
250
token : ${{ secrets.ACCESS_TOKEN }}
251
251
branch : integration-test-delete-prod
@@ -256,7 +256,7 @@ jobs:
256
256
git-config-email :
[email protected]
257
257
258
258
- name : Build and Deploy
259
- uses : JamesIves/github-pages-deploy-action@releases/v4-beta
259
+ uses : JamesIves/github-pages-deploy-action@v4
260
260
with :
261
261
token : ${{ secrets.ACCESS_TOKEN }}
262
262
branch : integration-test-delete-prod
@@ -280,13 +280,13 @@ jobs:
280
280
runs-on : ubuntu-latest
281
281
steps :
282
282
- name : Checkout
283
- uses : actions/checkout@releases/v4-beta
283
+ uses : actions/checkout@v4
284
284
285
285
- name : Create random file
286
286
run : echo $RANDOM > integration/1
287
287
288
288
- name : Build and Deploy
289
- uses : JamesIves/github-pages-deploy-action@releases/v4-beta
289
+ uses : JamesIves/github-pages-deploy-action@v4
290
290
with :
291
291
git-config-name : Montezuma
292
292
git-config-email :
[email protected]
@@ -302,13 +302,13 @@ jobs:
302
302
runs-on : ubuntu-latest
303
303
steps :
304
304
- name : Checkout
305
- uses : actions/checkout@releases/v4-beta
305
+ uses : actions/checkout@v4
306
306
307
307
- name : Create random file
308
308
run : echo $RANDOM > integration/2
309
309
310
310
- name : Build and Deploy
311
- uses : JamesIves/github-pages-deploy-action@releases/v4-beta
311
+ uses : JamesIves/github-pages-deploy-action@v4
312
312
with :
313
313
git-config-name : Montezuma
314
314
git-config-email :
[email protected]
@@ -336,7 +336,7 @@ jobs:
336
336
runs-on : ubuntu-latest
337
337
steps :
338
338
- name : Checkout
339
- uses : actions/checkout@releases/v4-beta
339
+ uses : actions/checkout@v4
340
340
with :
341
341
persist-credentials : false
342
342
@@ -346,7 +346,7 @@ jobs:
346
346
echo "Here"
347
347
348
348
- name : Build and Deploy
349
- uses : JamesIves/github-pages-deploy-action@releases/v4-beta
349
+ uses : JamesIves/github-pages-deploy-action@v4
350
350
with :
351
351
folder : .
352
352
target-folder : cat/montezuma5
0 commit comments