From e77c5048b7b6a8b2102f8b5ea32d53b48e205e9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 14:21:40 +0000 Subject: [PATCH] chore(deps): update webfactory/ssh-agent action to v0.9.1 [skip ci] --- .github/workflows/nodejs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 75a2a4fe..90af6397 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -20,7 +20,7 @@ jobs: with: node-version: ${{ matrix.node }} cache: 'npm' - - uses: webfactory/ssh-agent@v0.7.0 + - uses: webfactory/ssh-agent@v0.9.1 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Add Know Hosts @@ -53,7 +53,7 @@ jobs: with: node-version: 14.21.3 cache: 'npm' - - uses: webfactory/ssh-agent@v0.7.0 + - uses: webfactory/ssh-agent@v0.9.1 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Add Know Hosts @@ -91,7 +91,7 @@ jobs: with: node-version: 14.21.3 cache: 'npm' - - uses: webfactory/ssh-agent@v0.7.0 + - uses: webfactory/ssh-agent@v0.9.1 with: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Add Know Hosts