Skip to content

Commit cfb0ac3

Browse files
chore(deps): Bump appleboy/ssh-action from 1.1.0 to 1.2.0 (#4183)
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Changelog](https://github.com/appleboy/ssh-action/blob/master/.goreleaser.yaml) - [Commits](appleboy/ssh-action@v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57de92e commit cfb0ac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-explorer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
CGO_ENABLED=0 make build-api
3535
- name: rm
36-
uses: appleboy/ssh-action@v1.1.0
36+
uses: appleboy/ssh-action@v1.2.0
3737
with:
3838
host: ${{ secrets.EXPLORER_SSH_HOST }}
3939
username: ${{ secrets.EXPLORER_SSH_USERNAME }}
@@ -53,7 +53,7 @@ jobs:
5353
rm: true
5454
target: ./local-ai
5555
- name: restarting
56-
uses: appleboy/ssh-action@v1.1.0
56+
uses: appleboy/ssh-action@v1.2.0
5757
with:
5858
host: ${{ secrets.EXPLORER_SSH_HOST }}
5959
username: ${{ secrets.EXPLORER_SSH_USERNAME }}

0 commit comments

Comments
 (0)