From e13dd5b09f4091d29f2432671fdbcc3dcc7b1e84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 22:36:30 +0000 Subject: [PATCH] chore(deps): bump appleboy/scp-action from 0.1.7 to 1.0.0 (#5265) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/deploy-explorer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-explorer.yaml b/.github/workflows/deploy-explorer.yaml index 33ddd698..9a6d729d 100644 --- a/.github/workflows/deploy-explorer.yaml +++ b/.github/workflows/deploy-explorer.yaml @@ -42,7 +42,7 @@ jobs: script: | sudo rm -rf local-ai/ || true - name: copy file via ssh - uses: appleboy/scp-action@v0.1.7 + uses: appleboy/scp-action@v1.0.0 with: host: ${{ secrets.EXPLORER_SSH_HOST }} username: ${{ secrets.EXPLORER_SSH_USERNAME }}