From bcbfb0576651f83674c51394e04088db56e2fb51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 20:40:31 +0000 Subject: [PATCH] build(deps): bump webfactory/ssh-agent from 0.5.4 to 0.7.0 Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.5.4 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.5.4...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] --- .github/workflows/main.yml | 2 +- .github/workflows/pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc45c52..2fb5e28 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: with: image: tonistiigi/binfmt:latest platforms: all - - uses: webfactory/ssh-agent@v0.5.4 + - uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.TROOP_CI_OSS_SSH_KEY }} - uses: actions/checkout@v3 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index cd4a512..350f1ac 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,7 +16,7 @@ jobs: with: image: tonistiigi/binfmt:latest platforms: all - - uses: webfactory/ssh-agent@v0.5.4 + - uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.TROOP_CI_OSS_SSH_KEY }} - uses: actions/checkout@v3