@@ -20,10 +20,10 @@ jobs:
20
20
runs-on : ubuntu-latest
21
21
steps :
22
22
- name : Checkout
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v2.4.0
24
24
25
25
- name : Build and Deploy
26
- uses : JamesIves/github-pages-deploy-action@releases/v4
26
+ uses : JamesIves/github-pages-deploy-action@4.1.9
27
27
with :
28
28
git-config-name : Montezuma
29
29
git-config-email : montezuma@jamesiv.es
44
44
uses : actions/checkout@v1
45
45
46
46
- name : Build and Deploy
47
- uses : JamesIves/github-pages-deploy-action@releases/v4
47
+ uses : JamesIves/github-pages-deploy-action@4.1.9
48
48
with :
49
49
token : ${{ secrets.ACCESS_TOKEN }}
50
50
branch : gh-pages
55
55
silent : true
56
56
57
57
- name : Cleanup Generated Branch
58
- uses : dawidd6/action-delete-branch@v2.0.1
58
+ uses : dawidd6/action-delete-branch@v3.1.0
59
59
with :
60
60
github_token : ${{ secrets.GITHUB_TOKEN }}
61
61
branches : gh-pages
@@ -66,20 +66,20 @@ jobs:
66
66
runs-on : ubuntu-latest
67
67
steps :
68
68
- name : Checkout
69
- uses : actions/checkout@v2
69
+ uses : actions/checkout@v2.4.0
70
70
with :
71
71
persist-credentials : false
72
72
73
73
- name : Build and Deploy
74
- uses : JamesIves/github-pages-deploy-action@releases/v4
74
+ uses : JamesIves/github-pages-deploy-action@4.1.9
75
75
with :
76
76
branch : gh-pages
77
77
folder : integration
78
78
target-folder : cat/montezuma2
79
79
silent : true
80
80
81
81
- name : Cleanup Generated Branch
82
- uses : dawidd6/action-delete-branch@v2.0.1
82
+ uses : dawidd6/action-delete-branch@v3.1.0
83
83
with :
84
84
github_token : ${{ secrets.GITHUB_TOKEN }}
85
85
branches : gh-pages
94
94
LANG : C.UTF-8
95
95
steps :
96
96
- name : Checkout
97
- uses : actions/checkout@v2
97
+ uses : actions/checkout@v2.4.0
98
98
with :
99
99
persist-credentials : false
100
100
@@ -103,15 +103,15 @@ jobs:
103
103
apt-get update && apt-get install -y rsync
104
104
105
105
- name : Build and Deploy
106
- uses : JamesIves/github-pages-deploy-action@releases/v4
106
+ uses : JamesIves/github-pages-deploy-action@4.1.9
107
107
with :
108
108
branch : gh-pages
109
109
folder : integration
110
110
target-folder : cat/montezuma2
111
111
silent : true
112
112
113
113
- name : Cleanup Generated Branch
114
- uses : dawidd6/action-delete-branch@v2.0.1
114
+ uses : dawidd6/action-delete-branch@v3.1.0
115
115
with :
116
116
github_token : ${{ secrets.GITHUB_TOKEN }}
117
117
branches : gh-pages
@@ -122,12 +122,12 @@ jobs:
122
122
runs-on : ubuntu-latest
123
123
steps :
124
124
- name : Checkout
125
- uses : actions/checkout@v2
125
+ uses : actions/checkout@v2.4.0
126
126
with :
127
127
persist-credentials : false
128
128
129
129
- name : Build and Deploy
130
- uses : JamesIves/github-pages-deploy-action@releases/v4
130
+ uses : JamesIves/github-pages-deploy-action@4.1.9
131
131
with :
132
132
ssh-key : ${{ secrets.DEPLOY_KEY }}
133
133
branch : gh-pages
@@ -136,7 +136,7 @@ jobs:
136
136
silent : true
137
137
138
138
- name : Cleanup Generated Branch
139
- uses : dawidd6/action-delete-branch@v2.0.1
139
+ uses : dawidd6/action-delete-branch@v3.1.0
140
140
with :
141
141
github_token : ${{ secrets.GITHUB_TOKEN }}
142
142
branches : gh-pages
@@ -147,17 +147,17 @@ jobs:
147
147
runs-on : ubuntu-latest
148
148
steps :
149
149
- name : Checkout
150
- uses : actions/checkout@v2
150
+ uses : actions/checkout@v2.4.0
151
151
with :
152
152
persist-credentials : false
153
153
154
154
- name : Install SSH Client
155
- uses : webfactory/ssh-agent@v0.4.1
155
+ uses : webfactory/ssh-agent@v0.5.4
156
156
with :
157
157
ssh-private-key : ${{ secrets.DEPLOY_KEY }}
158
158
159
159
- name : Build and Deploy
160
- uses : JamesIves/github-pages-deploy-action@releases/v4
160
+ uses : JamesIves/github-pages-deploy-action@4.1.9
161
161
with :
162
162
ssh-key : true
163
163
branch : gh-pages
@@ -166,7 +166,7 @@ jobs:
166
166
silent : true
167
167
168
168
- name : Cleanup Generated Branch
169
- uses : dawidd6/action-delete-branch@v2.0.1
169
+ uses : dawidd6/action-delete-branch@v3.1.0
170
170
with :
171
171
github_token : ${{ secrets.GITHUB_TOKEN }}
172
172
branches : gh-pages
@@ -176,17 +176,17 @@ jobs:
176
176
needs : integration-ssh-third-party-client
177
177
runs-on : ubuntu-latest
178
178
steps :
179
- - uses : actions/setup-node@v1.4.4
179
+ - uses : actions/setup-node@v2.5.1
180
180
with :
181
181
node-version : ' v14.18.1'
182
182
183
183
- name : Checkout
184
- uses : actions/checkout@v2
184
+ uses : actions/checkout@v2.4.0
185
185
with :
186
186
persist-credentials : false
187
187
188
188
- name : Build and Deploy
189
- uses : JamesIves/github-pages-deploy-action@releases/v4
189
+ uses : JamesIves/github-pages-deploy-action@4.1.9
190
190
with :
191
191
ssh-key : ${{ secrets.DEPLOY_KEY }}
192
192
branch : gh-pages
@@ -195,7 +195,7 @@ jobs:
195
195
silent : true
196
196
197
197
- name : Build and Deploy
198
- uses : JamesIves/github-pages-deploy-action@releases/v4
198
+ uses : JamesIves/github-pages-deploy-action@4.1.9
199
199
with :
200
200
ssh-key : ${{ secrets.DEPLOY_KEY }}
201
201
branch : gh-pages
@@ -204,7 +204,7 @@ jobs:
204
204
silent : true
205
205
206
206
- name : Cleanup Generated Branch
207
- uses : dawidd6/action-delete-branch@v2.0.1
207
+ uses : dawidd6/action-delete-branch@v3.1.0
208
208
with :
209
209
github_token : ${{ secrets.GITHUB_TOKEN }}
210
210
branches : gh-pages
@@ -218,17 +218,17 @@ jobs:
218
218
integration-container,
219
219
integration-ssh,
220
220
integration-ssh-third-party-client,
221
- integration-env
221
+ integration-env,
222
222
]
223
223
runs-on : ubuntu-latest
224
224
steps :
225
225
- name : Checkout
226
- uses : actions/checkout@v2
226
+ uses : actions/checkout@v2.4.0
227
227
with :
228
228
persist-credentials : false
229
229
230
230
- name : Build and Deploy
231
- uses : JamesIves/github-pages-deploy-action@releases/v4
231
+ uses : JamesIves/github-pages-deploy-action@4.1.9
232
232
with :
233
233
token : ${{ secrets.ACCESS_TOKEN }}
234
234
branch : gh-pages
@@ -242,12 +242,12 @@ jobs:
242
242
runs-on : ubuntu-latest
243
243
steps :
244
244
- name : Checkout
245
- uses : actions/checkout@v2
245
+ uses : actions/checkout@v2.4.0
246
246
with :
247
247
persist-credentials : false
248
248
249
249
- name : Build and Deploy
250
- uses : JamesIves/github-pages-deploy-action@releases/v4
250
+ uses : JamesIves/github-pages-deploy-action@4.1.9
251
251
with :
252
252
token : ${{ secrets.ACCESS_TOKEN }}
253
253
branch : integration-test-delete-prod
@@ -256,7 +256,7 @@ jobs:
256
256
silent : true
257
257
258
258
- name : Build and Deploy
259
- uses : JamesIves/github-pages-deploy-action@releases/v4
259
+ uses : JamesIves/github-pages-deploy-action@4.1.9
260
260
with :
261
261
token : ${{ secrets.ACCESS_TOKEN }}
262
262
branch : integration-test-delete-prod
@@ -266,7 +266,7 @@ jobs:
266
266
silent : true
267
267
268
268
- name : Cleanup Generated Branch
269
- uses : dawidd6/action-delete-branch@v2.0.1
269
+ uses : dawidd6/action-delete-branch@v3.1.0
270
270
with :
271
271
github_token : ${{ secrets.GITHUB_TOKEN }}
272
272
branches : integration-test-delete-prod
0 commit comments