@@ -19,11 +19,11 @@ jobs:
19
19
name : FTP-Deploy-Action
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@master
22
+ - uses : actions/checkout@v2.1.0
23
23
with :
24
24
fetch-depth : 2
25
25
- name : FTP-Deploy-Action
26
- uses : SamKirkland/FTP-Deploy-Action@3.0 .0
26
+ uses : SamKirkland/FTP-Deploy-Action@3.1 .0
27
27
with :
28
28
ftp-server : ftp://ftp.samkirkland.com/
29
29
ftp-username : myFtpUserName
@@ -179,11 +179,11 @@ jobs:
179
179
name: FTP-Deploy-Action
180
180
runs-on: ubuntu-latest
181
181
steps:
182
- - uses: actions/checkout@master
182
+ - uses: actions/checkout@v2.1.0
183
183
with:
184
184
fetch-depth: 2
185
185
- name: FTP-Deploy-Action
186
- uses: SamKirkland/FTP-Deploy-Action@3.0 .0
186
+ uses: SamKirkland/FTP-Deploy-Action@3.1 .0
187
187
with:
188
188
ftp-server: ftp://ftp.samkirkland.com/
189
189
ftp-username: myFtpUserName
@@ -207,12 +207,12 @@ jobs:
207
207
name: FTP-Deploy-Action
208
208
runs-on: ubuntu-latest
209
209
steps:
210
- - uses: actions/checkout@master
210
+ - uses: actions/checkout@v2.1.0
211
211
with:
212
212
fetch-depth: 2
213
213
214
214
- name: FTP-Deploy-Action
215
- uses: SamKirkland/FTP-Deploy-Action@3.0 .0
215
+ uses: SamKirkland/FTP-Deploy-Action@3.1 .0
216
216
with:
217
217
ftp-server: ftps://ftp.samkirkland.com:21/
218
218
ftp-username: myFTPSUsername
@@ -254,12 +254,12 @@ jobs:
254
254
name: FTP-Deploy-Action
255
255
runs-on: ubuntu-latest
256
256
steps:
257
- - uses: actions/checkout@master
257
+ - uses: actions/checkout@v2.1.0
258
258
with:
259
259
fetch-depth: 2
260
260
261
261
- name: FTP-Deploy-Action
262
- uses: SamKirkland/FTP-Deploy-Action@3.0 .0
262
+ uses: SamKirkland/FTP-Deploy-Action@3.1 .0
263
263
with:
264
264
ftp-server: sftp://ftp.samkirkland.com:7280/
265
265
ftp-username: mySFTPUsername
@@ -280,7 +280,7 @@ jobs:
280
280
name: FTP-Deploy-Action
281
281
runs-on: ubuntu-latest
282
282
steps:
283
- - uses: actions/checkout@master
283
+ - uses: actions/checkout@v2.1.0
284
284
with:
285
285
fetch-depth: 2
286
286
@@ -298,7 +298,7 @@ jobs:
298
298
run: ls
299
299
300
300
- name: FTP-Deploy-Action
301
- uses: SamKirkland/FTP-Deploy-Action@3.0 .0
301
+ uses: SamKirkland/FTP-Deploy-Action@3.1 .0
302
302
with:
303
303
ftp-server: ftp://ftp.samkirkland.com/
304
304
ftp-username: myFTPUsername
@@ -316,12 +316,12 @@ jobs:
316
316
name: FTP-Deploy-Action
317
317
runs-on: ubuntu-latest
318
318
steps:
319
- - uses: actions/checkout@master
319
+ - uses: actions/checkout@v2.1.0
320
320
with:
321
321
fetch-depth: 2
322
322
323
323
- name: FTP-Deploy-Action
324
- uses: SamKirkland/FTP-Deploy-Action@3.0 .0
324
+ uses: SamKirkland/FTP-Deploy-Action@3.1 .0
325
325
with:
326
326
ftp-server: ftp://ftp.samkirkland.com/
327
327
ftp-username: myFTPUsername
@@ -345,7 +345,7 @@ See the [`.git-ftp-ignore`](#ignore-specific-files-when-deploying) example secti
345
345
346
346
By default only different files are uploaded.
347
347
348
- Verify you have `with : fetch-depth: 2` in your `actions/checkout@master ` step. The last 2 checkins are required in order to determine differences
348
+ Verify you have `with : fetch-depth: 2` in your `actions/checkout@v2.1.0 ` step. The last 2 checkins are required in order to determine differences
349
349
350
350
If you've had multiple git commits without deploying, all files will be uploaded to get back in sync
351
351
0 commit comments