Merge pull request #37 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-05-13 19:17:51 -05:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
run: npm run build:prod
- name: publish docs
uses: SamKirkland/FTP-Deploy-Action@a51268f67f6605236975928ae28b0f7e9971d50a # v4.3.6
uses: SamKirkland/FTP-Deploy-Action@110f9186c050f71550953127052e77650219c287 # v4.4.0
with:
server: ${{secrets.FTP_HOST}}
username: ${{secrets.DOCS_FTP_USERNAME}}