From 988068f24837bac54c2fa882b65f98844aa68e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 06:10:20 +0000 Subject: [PATCH] build(deps): bump shimataro/ssh-key-action from 2.5.1 to 2.6.1 Bumps [shimataro/ssh-key-action](https://github.com/shimataro/ssh-key-action) from 2.5.1 to 2.6.1. - [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.5.1...v2.6.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/mobile-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mobile-docs.yml b/.github/workflows/mobile-docs.yml index 9bf360c4703f..c02c2e682e09 100644 --- a/.github/workflows/mobile-docs.yml +++ b/.github/workflows/mobile-docs.yml @@ -31,7 +31,7 @@ jobs: run: mobile/docs/build.sh - name: Set up deploy key if: github.ref == 'refs/heads/main' - uses: shimataro/ssh-key-action@v2.5.1 + uses: shimataro/ssh-key-action@v2.6.1 with: key: ${{ secrets.ENVOY_MOBILE_WEBSITE_DEPLOY_KEY }} known_hosts: unnecessary