Skip to content

Commit 62377d5

Browse files
Bump SamKirkland/FTP-Deploy-Action from 2.0.0 to 4.3.4 (#2)
Bumps [SamKirkland/FTP-Deploy-Action](https://github.com/samkirkland/ftp-deploy-action) from 2.0.0 to 4.3.4. - [Release notes](https://github.com/samkirkland/ftp-deploy-action/releases) - [Commits](SamKirkland/FTP-Deploy-Action@2.0.0...v4.3.4) --- updated-dependencies: - dependency-name: SamKirkland/FTP-Deploy-Action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2662b31 commit 62377d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v1
2020

2121
- name: Upload files
22-
uses: SamKirkland/FTP-Deploy-Action@2.0.0
22+
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
2323
env:
2424
FTP_SERVER: ${{ secrets.SFTP_HOST }}
2525
FTP_USERNAME: ${{ secrets.SFTP_USER }}

0 commit comments

Comments
 (0)