From 198cc7378867a90a946d84250c4200a52b44d9c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 07:27:27 +0000 Subject: [PATCH] Bump MrSquaare/ssh-setup-action from 1 to 3 Bumps [MrSquaare/ssh-setup-action](https://github.com/mrsquaare/ssh-setup-action) from 1 to 3. - [Release notes](https://github.com/mrsquaare/ssh-setup-action/releases) - [Commits](https://github.com/mrsquaare/ssh-setup-action/compare/v1...v3) --- updated-dependencies: - dependency-name: MrSquaare/ssh-setup-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 4482c23..d6e86f1 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Setup SSH - uses: MrSquaare/ssh-setup-action@v1 + uses: MrSquaare/ssh-setup-action@v3 with: host: github.com private-key: ${{ secrets.SSH_PRIVATE_KEY }}