diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 116d30d..d323fea 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -16,9 +16,9 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - - uses: actions/cache@v4 + - uses: actions/cache@v5 name: Cache Plugins with: path: ~/.tflint.d/plugins @@ -28,8 +28,6 @@ jobs: uses: terraform-linters/setup-tflint@v6.2.1 env: GITHUB_TOKEN: ${{ github.token }} - with: - tflint_version: v0.59.1 - name: Install Plugins run: tflint --init diff --git a/.tflint.hcl b/.tflint.hcl index a7fa71a..41d5f90 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -1,6 +1,5 @@ -plugin "aws" { - enabled = true - version = "0.44.0" - source = "github.com/terraform-linters/tflint-ruleset-aws" -} - +plugin "aws" { + enabled = true + version = "0.45.0" + source = "github.com/terraform-linters/tflint-ruleset-aws" +} \ No newline at end of file