diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 16f7668a29..3d05d2ae16 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: persist-credentials: false - name: Install SSH Client if: github.event_name != 'pull_request' || github.repository == github.event.pull_request.head.repo.full_name # if this build is NOT a PR build, OR if this build is a PR build and the PR is NOT from a fork - uses: webfactory/ssh-agent@v0.2.0 + uses: webfactory/ssh-agent@v0.4.1 with: ssh-private-key: ${{ secrets.DEPLOY_KEY }} - name: Fix URLs for PR preview deployment (pull request previews)