From 7bc4e07a0c7362a81ebf45b4d6af1abbb93432a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 23:39:01 +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/test_server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_server.yml b/.github/workflows/test_server.yml index c5a68589..3bdfe32c 100644 --- a/.github/workflows/test_server.yml +++ b/.github/workflows/test_server.yml @@ -90,7 +90,7 @@ jobs: working-directory: ${{ env.SCRIPTING_PATH }} - name: Upload files to NA - 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 }}