Skip to content

Commit 1f4d266

Browse files
chore(deps): bump appleboy/ssh-action from 1.2.2 to 1.2.3
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.2.2 to 1.2.3. - [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.2...v1.2.3) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab8aacc commit 1f4d266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ref: master
1515

1616
- name: executing remote ssh commands using ssh key
17-
uses: appleboy/ssh-action@v1.2.2
17+
uses: appleboy/ssh-action@v1.2.3
1818
with:
1919
host: ${{ secrets.HOST }}
2020
username: ${{ secrets.USERNAME }}

0 commit comments

Comments
 (0)