From c38e1b129af92549fc0987a4ed29dd542ace252b Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Sun, 30 Jan 2022 17:27:20 -0500 Subject: [PATCH] update to tf 1.1.4 --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a69c505..19954bf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,10 +25,10 @@ jobs: - uses: hashicorp/setup-terraform@v1.3.2 with: - terraform_version: ^1.0.1 + terraform_version: ^1.1.4 - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ secrets.GCS_PROJECT_ID }} service_account_key: ${{ secrets.GCS_TF_KEY }}