From 1c5503b5117a28b78e7360658b448fd03a4cc320 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 07:36:39 +0000 Subject: [PATCH] build(deps): bump appleboy/ssh-action from 1.0.3 to 1.2.2 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.3 to 1.2.2. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Changelog](https://github.com/appleboy/ssh-action/blob/master/.goreleaser.yaml) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.0.3...v1.2.2) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/notification-sender.yml | 2 +- .github/workflows/pending-emails-sender.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notification-sender.yml b/.github/workflows/notification-sender.yml index 3dc39da97..23da0675c 100644 --- a/.github/workflows/notification-sender.yml +++ b/.github/workflows/notification-sender.yml @@ -10,7 +10,7 @@ jobs: REMOTE_ROOT: apps/dm steps: - name: Send notifications - uses: appleboy/ssh-action@v1.0.3 + uses: appleboy/ssh-action@v1.2.2 with: host: ${{ secrets.PRODUCTION_SSH_HOST }} username: ${{ secrets.PRODUCTION_SSH_USER }} diff --git a/.github/workflows/pending-emails-sender.yml b/.github/workflows/pending-emails-sender.yml index ef71b37e4..2051dd19a 100644 --- a/.github/workflows/pending-emails-sender.yml +++ b/.github/workflows/pending-emails-sender.yml @@ -10,7 +10,7 @@ jobs: REMOTE_ROOT: apps/dm steps: - name: Send emails - uses: appleboy/ssh-action@v1.0.3 + uses: appleboy/ssh-action@v1.2.2 with: host: ${{ secrets.PRODUCTION_SSH_HOST }} username: ${{ secrets.PRODUCTION_SSH_USER }}