From 37b59843f55c3d5a93690a55a49ac2c1459b3116 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 21:49:07 +0530 Subject: [PATCH] chore(deps): bump webfactory/ssh-agent from 0.6.0 to 0.7.0 (#977) Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.6.0 to 0.7.0. - [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.6.0...v0.7.0) --- updated-dependencies: - dependency-name: webfactory/ssh-agent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build_stable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_stable.yml b/.github/workflows/build_stable.yml index 11e7453b..0ec79acc 100644 --- a/.github/workflows/build_stable.yml +++ b/.github/workflows/build_stable.yml @@ -100,7 +100,7 @@ jobs: steps: - name: Setup deploy key - uses: webfactory/ssh-agent@v0.6.0 + uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.HELM_DEPLOY_KEY }}