Skip to content

Commit 5f93d4c

Browse files
dependabot[bot]AiyionPrime
authored andcommitted
build(deps): bump appleboy/ssh-action from 1.2.3 to 1.2.4
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.2.3 to 1.2.4. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](appleboy/ssh-action@v1.2.3...v1.2.4) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c880d6 commit 5f93d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Deploy via ssh
14-
uses: appleboy/ssh-action@v1.2.3
14+
uses: appleboy/ssh-action@v1.2.4
1515
with:
1616
host: ${{ secrets.SSH_HOST }}
1717
username: ${{ secrets.SSH_USER }}

0 commit comments

Comments
 (0)