Merge pull request #2 from jwetzell/dependabot/github_actions/SamKirkland/FTP-Deploy-Action-4.3.6

Bump SamKirkland/FTP-Deploy-Action from 4.3.4 to 4.3.6
This commit is contained in:
Joel Wetzell
2026-03-23 11:29:59 -05:00
committed by GitHub
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
run: hugo --minify --destination ./build
- name: publish
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
uses: SamKirkland/FTP-Deploy-Action@v4.3.6
with:
server: ${{secrets.FTP_HOST}}
username: ${{secrets.FTP_USERNAME}}