From 01e41953b76c5e08fb15e6013267dcc809dca389 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 08:41:34 -0700 Subject: [PATCH] Bump shimataro/ssh-key-action from 2.6.1 to 2.7.0 (#613) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lauren Kemperman <117678574+lkemperman-cfa@users.noreply.github.com> --- .github/workflows/deploy-prod.yaml | 2 +- .github/workflows/deploy-staging.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-prod.yaml b/.github/workflows/deploy-prod.yaml index b5ffc69b3..b8fcc222d 100644 --- a/.github/workflows/deploy-prod.yaml +++ b/.github/workflows/deploy-prod.yaml @@ -26,7 +26,7 @@ jobs: ref: ${{ steps.fetch-latest-release.outputs.tag_name }} fetch-depth: 0 - name: Install SSH Key - uses: shimataro/ssh-key-action@v2.6.1 + uses: shimataro/ssh-key-action@v2.7.0 with: key: ${{ secrets.APTIBLE_SSH_PRIVATE_KEY }} known_hosts: ${{ secrets.APTIBLE_KNOWN_HOSTS }} diff --git a/.github/workflows/deploy-staging.yaml b/.github/workflows/deploy-staging.yaml index a712770d1..a34299628 100644 --- a/.github/workflows/deploy-staging.yaml +++ b/.github/workflows/deploy-staging.yaml @@ -25,7 +25,7 @@ jobs: ref: ${{ github.event.inputs.branch }} fetch-depth: 0 - name: Install SSH Key - uses: shimataro/ssh-key-action@v2.6.1 + uses: shimataro/ssh-key-action@v2.7.0 with: key: ${{ secrets.APTIBLE_SSH_PRIVATE_KEY }} known_hosts: ${{ secrets.APTIBLE_KNOWN_HOSTS }}