diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 24f6051a..925f5ed3 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -203,7 +203,7 @@ jobs: - uses: actions/checkout@v7 - name: Setup Terraform - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@v4 with: terraform_version: "1.7.0" diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 8221326d..d8b59adf 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -42,7 +42,7 @@ jobs: aws-region: ${{ env.AWS_REGION }} - name: Setup Terraform - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@v4 with: terraform_version: ${{ env.TF_VERSION }} @@ -102,7 +102,7 @@ jobs: aws-region: ${{ env.AWS_REGION }} - name: Setup Terraform - uses: hashicorp/setup-terraform@v3 + uses: hashicorp/setup-terraform@v4 with: terraform_version: ${{ env.TF_VERSION }}