diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 00d43896b..b24fe8e1b 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -12,7 +12,7 @@ jobs: - name: install terraform uses: hashicorp/setup-terraform@v4.0.1 - name: install tflint - uses: terraform-linters/setup-tflint@v6.2.2 + uses: terraform-linters/setup-tflint@v6.3.0 with: github-token: ${{ secrets.TFLINT_GITHUB_TOKEN }} - name: checkout