From 3c534b31f948852c60c8c18362a3909514bf1142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:01:19 +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/CD_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD_publish.yml b/.github/workflows/CD_publish.yml index a3c8feff..84c5f0e8 100644 --- a/.github/workflows/CD_publish.yml +++ b/.github/workflows/CD_publish.yml @@ -35,7 +35,7 @@ jobs: run: hugo --theme hugo-book-9 - name: 🎉 Deploy to npp-user-manual.org - uses: wlixcc/SFTP-Deploy-Action@v1.2.4 + uses: wlixcc/SFTP-Deploy-Action@v1.2.5 with: username: ${{ secrets.USERMANUAL_USERNAME }} server: ${{ secrets.USERMANUAL_HOST }}