Skip to content

Commit 3e9c6d8

Browse files
chore(deps): bump appleboy/ssh-action from 1.2.3 to 1.2.4 (#847)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 74b1ede commit 3e9c6d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preprod-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
concurrency: off-net
2121
steps:
2222
- name: Checkout git repository
23-
uses: appleboy/[email protected].3
23+
uses: appleboy/[email protected].4
2424
with:
2525
host: ${{ secrets.HOST }}
2626
username: ${{ secrets.USERNAME }}
@@ -40,7 +40,7 @@ jobs:
4040
git checkout -qf ${{ github.sha }}
4141
# we need to restart staging backend to see deployed changes
4242
- name: Restart staging backend
43-
uses: appleboy/[email protected].3
43+
uses: appleboy/[email protected].4
4444
with:
4545
host: ${{ secrets.HOST }}
4646
username: ${{ secrets.USERNAME }}

0 commit comments

Comments
 (0)