Skip to content

Commit 7963d80

Browse files
ci: bump appleboy/ssh-action from 1.2.3 to 1.2.4 (#452)
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@91f3272...823bd89) --- 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 695df3f commit 7963d80

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Delete old logs on the server
11-
uses: appleboy/ssh-action@91f3272fc5907f4699dcf59761eb622a07342f5a # v1.2.3
11+
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
1212
with:
1313
host: interop.seemann.io
1414
username: ${{ secrets.INTEROP_SEEMANN_IO_USER }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
remote_user: ${{ secrets.INTEROP_SEEMANN_IO_USER }}
2121
remote_key: ${{ secrets.INTEROP_SEEMANN_IO_SSH_KEY }}
2222
- name: Restart server
23-
uses: appleboy/ssh-action@91f3272fc5907f4699dcf59761eb622a07342f5a # v1.2.3
23+
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
2424
with:
2525
host: interop.seemann.io
2626
username: ${{ secrets.INTEROP_SEEMANN_IO_USER }}

.github/workflows/interop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
remote_user: ${{ secrets.INTEROP_SEEMANN_IO_USER }}
234234
remote_key: ${{ secrets.INTEROP_SEEMANN_IO_SSH_KEY }}
235235
- name: Point interop.seemann.io to the latest result
236-
uses: appleboy/ssh-action@91f3272fc5907f4699dcf59761eb622a07342f5a # v1.2.3
236+
uses: appleboy/ssh-action@823bd89e131d8d508129f9443cad5855e9ba96f0 # v1.2.4
237237
if: ${{ github.event_name == 'schedule' }}
238238
with:
239239
host: interop.seemann.io

0 commit comments

Comments
 (0)