Update FTP-Deploy-Action to pinned version v4.3.5
All checks were successful
/ CI (push) Successful in 12s
/ CD (push) Successful in 8s

Pinned the FTP-Deploy-Action in the CI/CD workflow to version v4.3.5 for improved stability and reproducibility. This change prevents unexpected behavior caused by unversioned dependencies.
This commit is contained in:
Lars 2024-12-25 14:54:20 +01:00
parent 97d2fb5499
commit 4fc1da1842

View file

@ -42,7 +42,7 @@ jobs:
name: jekyll site name: jekyll site
- name: Upload Files - name: Upload Files
uses: https://github.com/SamKirkland/FTP-Deploy-Action@4.3.5 uses: https://github.com/SamKirkland/FTP-Deploy-Action@v4.3.5
with: with:
server: ${{ secrets.FTP_SERVER }} server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USER }} username: ${{ secrets.FTP_USER }}