Skip to content

Commit

Permalink
Update FTP Deploy Action to v4.3.5
Browse files Browse the repository at this point in the history
Bumped SamKirkland/FTP-Deploy-Action from v4.1.0 to v4.3.5 in the workflow to include latest fixes and improvements.
  • Loading branch information
ivangonzalezg committed Sep 15, 2024
1 parent 5646801 commit 66a1227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2

- name: Sync files
uses: SamKirkland/FTP-Deploy-Action@4.1.0
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with:
server: ${{ secrets.SERVER }}
username: ${{ secrets.USERNAME }}
Expand Down

0 comments on commit 66a1227

Please sign in to comment.