From 4cb3aee5bd28bb54e7095bcc7c2166331f84b7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 19:38:25 +0000 Subject: [PATCH] build(deps): bump webfactory/ssh-agent from 0.9.0 to 0.10.0 Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/webfactory/ssh-agent/releases) - [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md) - [Commits](https://github.com/webfactory/ssh-agent/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: webfactory/ssh-agent dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/automatic-release.yml | 2 +- .github/workflows/build-and-distribute.yml | 2 +- .github/workflows/build-and-push-assets.yml | 2 +- .github/workflows/build-assets-compilation.yml | 2 +- .github/workflows/deploy-deployer.yml | 2 +- .github/workflows/static-analysis-js.yml | 2 +- .github/workflows/test-playwright.yml | 2 +- .github/workflows/tests-unit-js.yml | 2 +- .github/workflows/wp-scripts-lint.yml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index a2b6608f..75595cab 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -72,7 +72,7 @@ jobs: env: GITHUB_USER_SSH_KEY: ${{ secrets.GITHUB_USER_SSH_KEY }} if: ${{ env.GITHUB_USER_SSH_KEY != '' }} - uses: webfactory/ssh-agent@v0.9.1 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ env.GITHUB_USER_SSH_KEY }} diff --git a/.github/workflows/build-and-distribute.yml b/.github/workflows/build-and-distribute.yml index 4550d057..1ca743f7 100644 --- a/.github/workflows/build-and-distribute.yml +++ b/.github/workflows/build-and-distribute.yml @@ -102,7 +102,7 @@ jobs: ssh-key: ${{ secrets.GITHUB_USER_SSH_KEY }} - name: Set up SSH - uses: webfactory/ssh-agent@v0.9.0 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ secrets.GITHUB_USER_SSH_KEY }} diff --git a/.github/workflows/build-and-push-assets.yml b/.github/workflows/build-and-push-assets.yml index e04ba7a3..0cf2bf42 100644 --- a/.github/workflows/build-and-push-assets.yml +++ b/.github/workflows/build-and-push-assets.yml @@ -162,7 +162,7 @@ jobs: env: GITHUB_USER_SSH_KEY: ${{ secrets.GITHUB_USER_SSH_KEY }} if: ${{ env.GITHUB_USER_SSH_KEY != '' }} - uses: webfactory/ssh-agent@v0.9.1 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ env.GITHUB_USER_SSH_KEY }} diff --git a/.github/workflows/build-assets-compilation.yml b/.github/workflows/build-assets-compilation.yml index ecd334fd..6cc80edd 100644 --- a/.github/workflows/build-assets-compilation.yml +++ b/.github/workflows/build-assets-compilation.yml @@ -95,7 +95,7 @@ jobs: env: GITHUB_USER_SSH_KEY: ${{ secrets.GITHUB_USER_SSH_KEY }} if: ${{ env.GITHUB_USER_SSH_KEY != '' }} - uses: webfactory/ssh-agent@v0.9.1 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ env.GITHUB_USER_SSH_KEY }} diff --git a/.github/workflows/deploy-deployer.yml b/.github/workflows/deploy-deployer.yml index b25f5d75..c21f0aff 100644 --- a/.github/workflows/deploy-deployer.yml +++ b/.github/workflows/deploy-deployer.yml @@ -74,7 +74,7 @@ jobs: ssh-key: ${{ secrets.GITHUB_USER_SSH_KEY }} - name: Set up SSH - uses: webfactory/ssh-agent@v0.9.1 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ secrets.GITHUB_USER_SSH_KEY }} diff --git a/.github/workflows/static-analysis-js.yml b/.github/workflows/static-analysis-js.yml index 290f744c..d4f6dbcd 100644 --- a/.github/workflows/static-analysis-js.yml +++ b/.github/workflows/static-analysis-js.yml @@ -60,7 +60,7 @@ jobs: env: GITHUB_USER_SSH_KEY: ${{ secrets.GITHUB_USER_SSH_KEY }} if: ${{ env.GITHUB_USER_SSH_KEY != '' }} - uses: webfactory/ssh-agent@v0.9.1 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ env.GITHUB_USER_SSH_KEY }} diff --git a/.github/workflows/test-playwright.yml b/.github/workflows/test-playwright.yml index 14ac7196..2811feb0 100644 --- a/.github/workflows/test-playwright.yml +++ b/.github/workflows/test-playwright.yml @@ -101,7 +101,7 @@ jobs: env: GITHUB_USER_SSH_KEY: ${{ secrets.GITHUB_USER_SSH_KEY }} if: ${{ env.GITHUB_USER_SSH_KEY != '' }} - uses: webfactory/ssh-agent@v0.9.1 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ env.GITHUB_USER_SSH_KEY }} diff --git a/.github/workflows/tests-unit-js.yml b/.github/workflows/tests-unit-js.yml index e6725c18..c4f8b87c 100644 --- a/.github/workflows/tests-unit-js.yml +++ b/.github/workflows/tests-unit-js.yml @@ -79,7 +79,7 @@ jobs: env: GITHUB_USER_SSH_KEY: ${{ secrets.GITHUB_USER_SSH_KEY }} if: ${{ env.GITHUB_USER_SSH_KEY != '' }} - uses: webfactory/ssh-agent@v0.9.1 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ env.GITHUB_USER_SSH_KEY }} diff --git a/.github/workflows/wp-scripts-lint.yml b/.github/workflows/wp-scripts-lint.yml index 3b81f5f4..da6c9afe 100644 --- a/.github/workflows/wp-scripts-lint.yml +++ b/.github/workflows/wp-scripts-lint.yml @@ -100,7 +100,7 @@ jobs: env: GITHUB_USER_SSH_KEY: ${{ secrets.GITHUB_USER_SSH_KEY }} if: ${{ env.GITHUB_USER_SSH_KEY != '' }} - uses: webfactory/ssh-agent@v0.9.1 + uses: webfactory/ssh-agent@v0.10.0 with: ssh-private-key: ${{ env.GITHUB_USER_SSH_KEY }}