From f0c67a25438454faf896ac6490ed9e3ff493ef1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 22 Sep 2024 23:30:35 -0700 Subject: [PATCH] chore(deps): update webfactory/ssh-agent action to v0.9.0 (#1634) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 536796519..d6b5a882f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -194,7 +194,7 @@ jobs: # Setup an ssh keypair and github.com in known_hosts for e2e/git_dep_metadata, # which exercises fetching a git repository via ssh. - - uses: webfactory/ssh-agent@v0.8.0 + - uses: webfactory/ssh-agent@v0.9.0 env: ASPECT_GHTESTER_SSH_KEY: ${{ secrets.ASPECT_GHTESTER_SSH_KEY }} if: env.ASPECT_GHTESTER_SSH_KEY != ''