From aa579a28745913bf6f096346a96b74bd4dab7f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 15:01:52 +0800 Subject: [PATCH] chore(deps): bump SamKirkland/FTP-Deploy-Action from 4.3.4 to 4.3.5 (#28) Bumps [SamKirkland/FTP-Deploy-Action](https://github.com/samkirkland/ftp-deploy-action) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/samkirkland/ftp-deploy-action/releases) - [Commits](https://github.com/samkirkland/ftp-deploy-action/compare/v4.3.4...v4.3.5) --- updated-dependencies: - dependency-name: SamKirkland/FTP-Deploy-Action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 508c3e94a..d24398d6d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -50,7 +50,7 @@ jobs: # 如果配置了 FTP 服务器密钥,才会执行本步骤,将页面静态文件同步到服务器 - name: 📂 Sync files if: env.FTP_HOST != '' - uses: SamKirkland/FTP-Deploy-Action@v4.3.4 + uses: SamKirkland/FTP-Deploy-Action@v4.3.5 with: local-dir: docs/.vuepress/dist/ server: ${{ secrets.ftp_host }}