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 }}