diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a12625ec78..ba00f1f46e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -461,7 +461,7 @@ jobs: - name: Setup SSH Client 🔑 if: github.event_name == 'release' || github.event_name == 'push' - uses: webfactory/ssh-agent@v0.4.1 + uses: webfactory/ssh-agent@v0.5.4 with: ssh-private-key: ${{ secrets.DOCS_DEPLOY_KEY }}