From c3c860d784394de50fb14bd8c65a130fd53ecd89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 17:20:05 +0000 Subject: [PATCH] chore(actions): bump appleboy/scp-action from 0.1.7 to 1.0.0 Bumps [appleboy/scp-action](https://github.com/appleboy/scp-action) from 0.1.7 to 1.0.0. - [Release notes](https://github.com/appleboy/scp-action/releases) - [Commits](https://github.com/appleboy/scp-action/compare/v0.1.7...v1.0.0) --- updated-dependencies: - dependency-name: appleboy/scp-action dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 7832fa6..cf16788 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: # Transfers build output + runtime files to the server. # Source must be comma-separated (not YAML block scalar). - name: 🚀 Deploy to server - uses: appleboy/scp-action@v0.1.7 + uses: appleboy/scp-action@v1.0.0 with: host: ${{ secrets.FTP_SERVER }} username: ${{ secrets.FTP_USERNAME }}