Skip to content

Commit ba2c7b6

Browse files
committed
ci(publish.yml): update FTP-Deploy-Action to v4.3.2
1 parent 560795b commit ba2c7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
VITE_PUBLIC_BASE_PATH: https://docs.sveltin.io
2828

2929
- name: FTP Deploy to production domain
30-
uses: SamKirkland/FTP-Deploy-Action@4.3.0
30+
uses: SamKirkland/FTP-Deploy-Action@4.3.2
3131
with:
3232
server: ${{ secrets.PROD_FTP_HOSTNAME }}
3333
username: ${{ secrets.PROD_FTP_USERNAME }}

0 commit comments

Comments
 (0)