Skip to content

Commit fde8dbf

Browse files
chore(deps): Bump appleboy/ssh-action from 1.2.1 to 1.2.2 (#4978)
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.2.1 to 1.2.2. - [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.1...v1.2.2) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 879dc73 commit fde8dbf

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/[email protected].1
36+
uses: appleboy/[email protected].2
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/[email protected].1
56+
uses: appleboy/[email protected].2
5757
with:
5858
host: ${{ secrets.EXPLORER_SSH_HOST }}
5959
username: ${{ secrets.EXPLORER_SSH_USERNAME }}

0 commit comments

Comments
 (0)