From 2972484639d32d86c3deb1688e89cdb34ca753e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 18:34:34 +0000 Subject: [PATCH] Bump wlixcc/SFTP-Deploy-Action from 1.2.5 to 1.2.6 Bumps [wlixcc/SFTP-Deploy-Action](https://github.com/wlixcc/sftp-deploy-action) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/wlixcc/sftp-deploy-action/releases) - [Commits](https://github.com/wlixcc/sftp-deploy-action/compare/v1.2.5...v1.2.6) --- updated-dependencies: - dependency-name: wlixcc/SFTP-Deploy-Action dependency-version: 1.2.6 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 2844ba9..bd09636 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.5 + uses: wlixcc/SFTP-Deploy-Action@v1.2.6 with: server: ${{ secrets.SFTP_HOST }} port: ${{ secrets.SFTP_PORT }}