diff --git a/.github/workflows/run-linting.yml b/.github/workflows/run-linting.yml index 2c19e3a..aef5a0c 100644 --- a/.github/workflows/run-linting.yml +++ b/.github/workflows/run-linting.yml @@ -14,7 +14,7 @@ jobs: ref: ${{ github.head_ref }} - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 - name: Setup TFLint uses: terraform-linters/setup-tflint@v3 diff --git a/.github/workflows/run-validation.yml b/.github/workflows/run-validation.yml index 8a0bf5c..b2e370c 100644 --- a/.github/workflows/run-validation.yml +++ b/.github/workflows/run-validation.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 - name: Show Terraform version run: terraform --version