diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 7765009..6f99f83 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -17,7 +17,7 @@ jobs: with: github_token: ${{ github.token }} - name: Setup TFLint - uses: terraform-linters/setup-tflint@v4 + uses: terraform-linters/setup-tflint@v5 - name: Install tflint plugins run: tflint --init - name: Lint Terraform files diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 231a635..811d5ab 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,7 +15,7 @@ jobs: - name: tfsec uses: aquasecurity/tfsec-action@v1.0.3 - name: Setup TFLint - uses: terraform-linters/setup-tflint@v4 + uses: terraform-linters/setup-tflint@v5 - name: Install tflint plugins run: tflint --init - name: Lint Terraform files