diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index de05a9e..7063caa 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: terraform_wrapper: false cli_config_credentials_token: ${{ secrets.TF_API_TOKEN }} - name: Setup SSH agent - uses: webfactory/ssh-agent@v0.7.0 + uses: webfactory/ssh-agent@v0.8.0 with: ssh-private-key: ${{ secrets.DO_PVT_SSH_KEY }} - name: Terraform Init