From e81278ab2c702ff385b917f4fa11b8a76f4ba36a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 09:23:41 +0000 Subject: [PATCH] Bump sand4rt/ftp-deployer in the github-actions-dependencies group Bumps the github-actions-dependencies group with 1 update: [sand4rt/ftp-deployer](https://github.com/sand4rt/ftp-deployer). Updates `sand4rt/ftp-deployer` from 1.8 to 1.10 - [Release notes](https://github.com/sand4rt/ftp-deployer/releases) - [Commits](https://github.com/sand4rt/ftp-deployer/compare/v1.8...v1.10) --- updated-dependencies: - dependency-name: sand4rt/ftp-deployer dependency-version: '1.10' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-dependencies ... 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 0a70b8e..2628499 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v7.0.0 - name: FTP Deployer - uses: sand4rt/ftp-deployer@v1.8 + uses: sand4rt/ftp-deployer@v1.10 with: sftp: true host: ${{ secrets.SERVER_HOST }}