Skip to content

Commit

Permalink
Update SamKirkland/FTP-Deploy-Action action to v4.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 16, 2023
1 parent 9fbf90d commit f4ad64c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
npm run build
- name: FTP Deploy
uses: SamKirkland/FTP-Deploy-Action@4.0.0
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
ftp-server: ${{ secrets.FTP }}
ftp-username: ${{ secrets.FTP_USER }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
ls dist
- name: FTP Deploy
uses: SamKirkland/FTP-Deploy-Action@4.0.0
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
port: 21
server: ${{ secrets.FTP }}
Expand Down

0 comments on commit f4ad64c

Please sign in to comment.