diff --git a/deploy/terragrunt/action.yaml b/deploy/terragrunt/action.yaml index c5737576..0d03d851 100644 --- a/deploy/terragrunt/action.yaml +++ b/deploy/terragrunt/action.yaml @@ -35,7 +35,7 @@ runs: - name: Authenticate to Google Cloud if: "${{ inputs.gcp_credentials != '' }}" - uses: google-github-actions/auth@v0 + uses: google-github-actions/auth@v2 with: credentials_json: ${{ inputs.gcp_credentials }}