diff --git a/.github/workflows/terraform-apply.yml b/.github/workflows/terraform-apply.yml index c04af098..eff839b0 100644 --- a/.github/workflows/terraform-apply.yml +++ b/.github/workflows/terraform-apply.yml @@ -102,7 +102,7 @@ jobs: - name: Get project TF version id: get_tf_version run: echo "TF_VERSION=$(cat .terraform-version | tr -d '[:space:]')" | tee -a $GITHUB_OUTPUT - - uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0 + - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 with: terraform_version: ${{ steps.get_tf_version.outputs.TF_VERSION }} - name: Download api functions artifacts diff --git a/.github/workflows/terraform-plan.yml b/.github/workflows/terraform-plan.yml index 409d38eb..57386df3 100644 --- a/.github/workflows/terraform-plan.yml +++ b/.github/workflows/terraform-plan.yml @@ -153,7 +153,7 @@ jobs: - name: Get project TF version id: get_tf_version run: echo "TF_VERSION=$(cat .terraform-version | tr -d '[:space:]')" | tee -a $GITHUB_OUTPUT - - uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0 + - uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2 with: terraform_version: ${{ steps.get_tf_version.outputs.TF_VERSION }} - name: Terraform fmt