diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index a681ca784..44ee5eb12 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -9,6 +9,6 @@ jobs: - name: Lint YAML files uses: ibiqlik/action-yamllint@v3 - name: Install Terraform - uses: hashicorp/setup-terraform@v2 + uses: hashicorp/setup-terraform@v3 - name: Check if Terraform files are properly formatted run: terraform fmt -recursive -check tf