From 4fb8fef92d2a8f74ceb059e9491280c2a0c13cb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:55:10 +0000 Subject: [PATCH] chore(deps): update webfactory/ssh-agent action to v0.9.0 --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 0a99b3e..9e257cd 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -38,7 +38,7 @@ jobs: alert-comment-cc-users: '@sya-ri' summary-always: true - name: Install SSH Client 🔑 - uses: webfactory/ssh-agent@v0.7.0 + uses: webfactory/ssh-agent@v0.9.0 with: ssh-private-key: ${{ secrets.BENCHMARK_DEPLOY_KEY }} - name: Push benchmark result