Skip to content

Commit b04e90b

Browse files
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] <[email protected]>
1 parent 9b4ad9b commit b04e90b

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
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: SSH Remote and Pull Changes
13-
uses: appleboy/[email protected].2
13+
uses: appleboy/[email protected].3
1414
with:
1515
host: ${{ secrets.SERVER_IP }}
1616
username: ${{ secrets.SERVER_USER }}

0 commit comments

Comments
 (0)