diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3ef365..8483586 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@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 + uses: hashicorp/setup-terraform@c4396e588c9df127748dc67459fd162eca7f7220 - name: terraform fmt run: terraform fmt -check diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 166a7e6..65bef9e 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@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 + uses: hashicorp/setup-terraform@c4396e588c9df127748dc67459fd162eca7f7220 - name: Authenticate to Google Cloud uses: google-github-actions/auth@35b0e87d162680511bf346c299f71c9c5c379033 # v1.1.1