From 0f5a82bde56834c21962e84367885714651193ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:57:10 +0000 Subject: [PATCH] build(deps): Bump shimataro/ssh-key-action from 2.6.1 to 2.7.0 Bumps [shimataro/ssh-key-action](https://github.com/shimataro/ssh-key-action) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/shimataro/ssh-key-action/releases) - [Changelog](https://github.com/shimataro/ssh-key-action/blob/v2/CHANGELOG.md) - [Commits](https://github.com/shimataro/ssh-key-action/compare/v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: shimataro/ssh-key-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8b42780..29f55a4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -92,7 +92,7 @@ jobs: rm $HOME/git-crypt-secret - name: Install SSH Key - uses: shimataro/ssh-key-action@v2.6.1 + uses: shimataro/ssh-key-action@v2.7.0 with: key: ${{ secrets.DEPLOY_SSH_KEY }} known_hosts: ${{ secrets.MINESHSPC_KNOWN_HOSTS }}