From 85881e71bad982e1078982e1ea8bcd9de42cdc13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 19:54:45 +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 8f6c1732..df144872 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -18,7 +18,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 @@ -49,7 +49,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 @@ -86,7 +86,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