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