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