From 35d5ad4e68a777827852e5234e2184b8421f63ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 18:01:44 +0000 Subject: [PATCH] Bump shimataro/ssh-key-action from 2.4.0 to 2.5.1 Bumps [shimataro/ssh-key-action](https://github.com/shimataro/ssh-key-action) from 2.4.0 to 2.5.1. - [Release notes](https://github.com/shimataro/ssh-key-action/releases) - [Changelog](https://github.com/shimataro/ssh-key-action/blob/develop/CHANGELOG.md) - [Commits](https://github.com/shimataro/ssh-key-action/compare/v2.4.0...v2.5.1) --- 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/ci-cd-docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-docker.yaml b/.github/workflows/ci-cd-docker.yaml index 38994d0..9dcd63e 100644 --- a/.github/workflows/ci-cd-docker.yaml +++ b/.github/workflows/ci-cd-docker.yaml @@ -44,7 +44,7 @@ jobs: echo "image_tag=$BRANCH-$SHA_SHORT" >> $GITHUB_OUTPUT - name: Install SSH key - uses: shimataro/ssh-key-action@v2.4.0 + uses: shimataro/ssh-key-action@v2.5.1 with: key: ${{ secrets.WP_CARE_KEY }} name: id_rsa