From 35db82b6af003f2844cdd89e67b07eea36a19813 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 01:12:07 +0000 Subject: [PATCH] chore(deps): update webfactory/ssh-agent action to v0.9.0 --- .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 79d55e8329..98a26bd3a9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -219,7 +219,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 != ''