diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 0582ccb..945eb34 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -19,7 +19,7 @@ jobs: - uses: hashicorp/setup-terraform@v2 - name: Cache terraform folder - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ./.terraform key: terraform @@ -38,13 +38,13 @@ jobs: name: "tflint" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/cache@v3 + - uses: actions/checkout@v4 + - uses: actions/cache@v4 name: Cache tflint plugin dir with: path: ~/.tflint.d/plugins key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }} - - uses: terraform-linters/setup-tflint@v3 + - uses: terraform-linters/setup-tflint@v4 name: setup tflint - name: init tflint run: tflint --init --config .tflint.hcl