diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90e2840..9495df1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Terraform - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd + uses: hashicorp/setup-terraform@4b8e29db070e511fc9f67a42cf566d74cfc83c24 - name: terraform fmt run: terraform fmt -check diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 963511a..ed1f186 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Terraform - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd + uses: hashicorp/setup-terraform@4b8e29db070e511fc9f67a42cf566d74cfc83c24 - name: Authenticate to Google Cloud uses: google-github-actions/auth@62cf5bd3e4211a0a0b51f2c6d6a37129d828611d # v2.1.5