From 8d209c75dce3a583b4b06ece2e0bd7544373b3ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 12:29:33 +0000 Subject: [PATCH] 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) - [Changelog](https://github.com/appleboy/scp-action/blob/master/.goreleaser.yaml) - [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-to-environment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-to-environment.yml b/.github/workflows/deploy-to-environment.yml index 40643d0a..baa8648c 100644 --- a/.github/workflows/deploy-to-environment.yml +++ b/.github/workflows/deploy-to-environment.yml @@ -38,7 +38,7 @@ jobs: fi - name: Push latest systemctl service file - uses: appleboy/scp-action@v0.1.7 + uses: appleboy/scp-action@v1.0.0 with: host: ${{ secrets.APPSERVER_SSH_HOST }} port: ${{ secrets.APPSERVER_SSH_PORT }} @@ -58,7 +58,7 @@ jobs: script: systemctl --user daemon-reload - name: Push latest Docker Compose file - uses: appleboy/scp-action@v0.1.7 + uses: appleboy/scp-action@v1.0.0 with: host: ${{ secrets.APPSERVER_SSH_HOST }} port: ${{ secrets.APPSERVER_SSH_PORT }} @@ -69,7 +69,7 @@ jobs: - name: Push latest Docker Compose override file if deploying to Staging server if: github.event.inputs.environment == 'staging' - uses: appleboy/scp-action@v0.1.7 + uses: appleboy/scp-action@v1.0.0 with: host: ${{ secrets.APPSERVER_SSH_HOST }} port: ${{ secrets.APPSERVER_SSH_PORT }}