Skip to content

Commit a2d1f13

Browse files
chore(deps): Bump appleboy/ssh-action from 1.2.0 to 1.2.1 (mudler#4896)
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.2.0 to 1.2.1. - [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.2.0...v1.2.1) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ae6420 commit a2d1f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-explorer.yaml

+2-2
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.2.0
36+
uses: appleboy/ssh-action@v1.2.1
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.2.0
56+
uses: appleboy/ssh-action@v1.2.1
5757
with:
5858
host: ${{ secrets.EXPLORER_SSH_HOST }}
5959
username: ${{ secrets.EXPLORER_SSH_USERNAME }}

0 commit comments

Comments
 (0)