From e6d5d06cf9c01ad54d7cf085661faa06c9fa4130 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:09:06 +0000 Subject: [PATCH] Bump wlixcc/SFTP-Deploy-Action from 1.2.4 to 1.2.5 Bumps [wlixcc/SFTP-Deploy-Action](https://github.com/wlixcc/sftp-deploy-action) from 1.2.4 to 1.2.5. - [Release notes](https://github.com/wlixcc/sftp-deploy-action/releases) - [Commits](https://github.com/wlixcc/sftp-deploy-action/compare/v1.2.4...v1.2.5) --- updated-dependencies: - dependency-name: wlixcc/SFTP-Deploy-Action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 91221c5..2844ba9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: run: rm -r .github .git - name: Upload files - uses: wlixcc/SFTP-Deploy-Action@v1.2.4 + uses: wlixcc/SFTP-Deploy-Action@v1.2.5 with: server: ${{ secrets.SFTP_HOST }} port: ${{ secrets.SFTP_PORT }}