diff --git a/.github/workflows/reusable-terraform-deploy.yml b/.github/workflows/reusable-terraform-deploy.yml index b41ae64..743cd14 100644 --- a/.github/workflows/reusable-terraform-deploy.yml +++ b/.github/workflows/reusable-terraform-deploy.yml @@ -88,7 +88,7 @@ jobs: terraform_version: ${{ inputs.terraform_version }} - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.gcp-credentials }} diff --git a/.github/workflows/terragrunt.yml b/.github/workflows/terragrunt.yml index 38b051b..cab89d5 100644 --- a/.github/workflows/terragrunt.yml +++ b/.github/workflows/terragrunt.yml @@ -74,7 +74,7 @@ jobs: terragrunt --version - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} @@ -120,7 +120,7 @@ jobs: chmod +x /usr/local/bin/terragrunt - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} @@ -203,7 +203,7 @@ jobs: chmod +x /usr/local/bin/terragrunt - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_CREDENTIALS }} @@ -279,7 +279,7 @@ jobs: chmod +x /usr/local/bin/terragrunt - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_CREDENTIALS_STAGING }} @@ -358,7 +358,7 @@ jobs: chmod +x /usr/local/bin/terragrunt - name: Authenticate to Google Cloud - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: credentials_json: ${{ secrets.GCP_CREDENTIALS_PRODUCTION }}