diff --git a/.github/workflows/tf-lint.yml b/.github/workflows/tf-lint.yml index f582ca49..dd4b5d87 100644 --- a/.github/workflows/tf-lint.yml +++ b/.github/workflows/tf-lint.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: 💾 Cache plugin dir - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.tflint.d/plugins key: ubuntu-latest-tflint-${{ hashFiles('.tflint.hcl') }}