Update FTP-Deploy-Action to pinned version v4.3.5
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:
parent
97d2fb5499
commit
4fc1da1842
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue