Update FTP-Deploy-Action to version 4.3.5
Upgraded the FTP-Deploy-Action dependency in CI/CD workflow to a specific version (4.3.5) for better stability and predictability. This ensures compatibility and avoids potential issues with unpinned versions.
This commit is contained in:
parent
b758876412
commit
97d2fb5499
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
|
uses: https://github.com/SamKirkland/FTP-Deploy-Action@4.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