From b305aa3fe10cb1cd953b603a499d1d180472c5ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 22:17:46 +0000 Subject: [PATCH] chore(deps): bump the actions group across 1 directory with 2 updates Bumps the actions group with 2 updates in the / directory: [appleboy/ssh-action](https://github.com/appleboy/ssh-action) and [actions/setup-node](https://github.com/actions/setup-node). Updates `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](https://github.com/appleboy/ssh-action/compare/v1.2.2...v1.2.3) Updates `actions/setup-node` from 4 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4...v6) --- updated-dependencies: - dependency-name: appleboy/ssh-action dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cd_deliverer.yml | 2 +- .github/workflows/ci_frontend.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd_deliverer.yml b/.github/workflows/cd_deliverer.yml index 6a65be3..9e694b5 100644 --- a/.github/workflows/cd_deliverer.yml +++ b/.github/workflows/cd_deliverer.yml @@ -41,7 +41,7 @@ jobs: - name: Deploy to ${{ inputs.environment }} if: steps.check-secrets.outputs.skip != 'true' - uses: appleboy/ssh-action@v1.2.2 + uses: appleboy/ssh-action@v1.2.3 with: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USER }} diff --git a/.github/workflows/ci_frontend.yml b/.github/workflows/ci_frontend.yml index 2941399..d27ed2b 100644 --- a/.github/workflows/ci_frontend.yml +++ b/.github/workflows/ci_frontend.yml @@ -18,7 +18,7 @@ jobs: version: 9 - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 22 cache: 'pnpm'