diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 5d9b4305..5d50a6a4 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -152,7 +152,7 @@ jobs: persist-credentials: false - name: Install SSH Client - uses: webfactory/ssh-agent@v0.4.1 + uses: webfactory/ssh-agent@v0.5.4 with: ssh-private-key: ${{ secrets.DEPLOY_KEY }}