diff --git a/.github/workflows/continous-deployment.yml b/.github/workflows/continous-deployment.yml index 4658128..88d625a 100644 --- a/.github/workflows/continous-deployment.yml +++ b/.github/workflows/continous-deployment.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: webfactory/ssh-agent@v0.5.4 + - uses: webfactory/ssh-agent@v0.7.0 with: ssh-private-key: ${{ secrets.VEGA_CI_SSH_KEY }} - run: |