From 1c08f70d8e1342e6433d9cd490b17e983c855b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 18:28:13 +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 1c129c8..5b26d1f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -93,7 +93,7 @@ jobs: fetch-depth: 0 - 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 }}