diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 22d66c08f..dc34e194a 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -151,7 +151,7 @@ jobs: persist-credentials: false - name: Install SSH Client - uses: webfactory/ssh-agent@v0.7.0 + uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.DEPLOY_KEY }}