From d24959d3ff7311a9ac7c7dc35dd4ab11d373091e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 12:27:00 +0000 Subject: [PATCH] build(deps): bump appleboy/ssh-action from 1.0.3 to 1.2.4 Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 1.0.3 to 1.2.4. - [Release notes](https://github.com/appleboy/ssh-action/releases) - [Commits](https://github.com/appleboy/ssh-action/compare/v1.0.3...v1.2.4) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.4 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..3ff4da6f1 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.4 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..3c9ef4f18 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.4 with: host: ${{ secrets.PRODUCTION_SSH_HOST }} username: ${{ secrets.PRODUCTION_SSH_USER }}