Merge pull request #15 from jwetzell/dependabot/github_actions/SamKirkland/FTP-Deploy-Action-4.4.0

Bump SamKirkland/FTP-Deploy-Action from 4.3.6 to 4.4.0
This commit is contained in:
Joel Wetzell
2026-04-27 08:54:37 -05:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
run: npm run tailwind
- name: publish site
uses: SamKirkland/FTP-Deploy-Action@a51268f67f6605236975928ae28b0f7e9971d50a # v4.3.6
uses: SamKirkland/FTP-Deploy-Action@110f9186c050f71550953127052e77650219c287 # v4.4.0
with:
server: ${{secrets.FTP_URL}}
username: ${{secrets.WWW_FTP_USERNAME}}