Skip to content

Commit 246016b

Browse files
chore(deps): bump appleboy/ssh-action from 1.2.1 to 1.2.2
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-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a397c7 commit 246016b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
if: github.event_name != 'pull_request'
6565

6666
- name: Deploy to Server
67-
uses: appleboy/ssh-action@v1.2.1
67+
uses: appleboy/ssh-action@v1.2.2
6868
with:
6969
host: ${{ secrets.SSH_HOST }}
7070
key: ${{ secrets.SSH_KEY }}

0 commit comments

Comments
 (0)