Skip to content

Commit ba000fb

Browse files
authored
Merge pull request #430 from serlo/dependabot/github_actions/appleboy/ssh-action-1.2.3
chore(deps): bump appleboy/ssh-action from 1.2.2 to 1.2.3
2 parents 98accb1 + 2fe77f9 commit ba000fb

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
@@ -35,7 +35,7 @@ jobs:
3535
3636
# Maybe split ssh key between production and others
3737
- name: Deploy to Server
38-
uses: appleboy/ssh-action@v1.2.2
38+
uses: appleboy/ssh-action@v1.2.3
3939
with:
4040
host: ${{ env.REMOTE_HOST }}
4141
username: ${{ env.REMOTE_USER }}

0 commit comments

Comments
 (0)