Skip to content

Commit d7c48dd

Browse files
dependabot[bot]1ukastesar
authored andcommitted
chore(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 f023174 commit d7c48dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: github.ref == 'refs/heads/main' && needs.check_deployment.outputs.deploy == 'true'
3030
steps:
3131
- name: Execute deployment on SSH
32-
uses: appleboy/ssh-action@v1.2.3
32+
uses: appleboy/ssh-action@v1.2.4
3333
with:
3434
host: ${{ secrets.PRODUCTION_HOST }}
3535
key: ${{ secrets.PRODUCTION_SSH_KEY }}

0 commit comments

Comments
 (0)