From 775607e7faa7edd545539f7aebd0aaa4dbed5da9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 18:58:45 +0000 Subject: [PATCH] chore(deps): update webfactory/ssh-agent action to v0.10.0 --- .github/workflows/continous-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continous-deployment.yml b/.github/workflows/continous-deployment.yml index 8db89cd..3ed1225 100644 --- a/.github/workflows/continous-deployment.yml +++ b/.github/workflows/continous-deployment.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: webfactory/ssh-agent@v0.5.4 + - uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ secrets.VEGA_CI_SSH_KEY }} - run: |