From f71eca960cc10f2b734db289c05610e16754b757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 17:06:59 -0700 Subject: [PATCH] Bump webfactory/ssh-agent from 0.4.1 to 0.5.4 (#5643) Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.4.1 to 0.5.4. - [Release notes](https://github.com/webfactory/ssh-agent/releases) - [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md) - [Commits](https://github.com/webfactory/ssh-agent/compare/v0.4.1...v0.5.4) --- updated-dependencies: - dependency-name: webfactory/ssh-agent 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: Akshita Bhagia --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a12625ec78..ba00f1f46e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -461,7 +461,7 @@ jobs: - name: Setup SSH Client 🔑 if: github.event_name == 'release' || github.event_name == 'push' - uses: webfactory/ssh-agent@v0.4.1 + uses: webfactory/ssh-agent@v0.5.4 with: ssh-private-key: ${{ secrets.DOCS_DEPLOY_KEY }}