Skip to content

Commit a1773cb

Browse files
committed
2 parents b690f14 + 48b6ddd commit a1773cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ftp-sync.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: 🚚 Get latest code
9-
uses: actions/checkout@v2
9+
uses: actions/checkout@v4
1010

1111
- name: 📂 Sync files
12-
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
12+
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
1313
with:
1414
server: ${{ secrets.ftp_host }}
1515
username: ${{ secrets.ftp_username }}
1616
password: ${{ secrets.ftp_password }}
1717
protocol: ftp
18-
server-dir: www/codepuzzledotio/
1918
exclude: |
2019
**/.git*
2120
**/.git*/**

0 commit comments

Comments
 (0)