From 06026ff3a6ef4396818b376ddc61ea8080fa4c8b Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Tue, 30 Apr 2024 04:24:31 +0000 Subject: [PATCH] chore(deps): update github-tags action .github/workflows/linter.yml to v4 (.github/workflows/linter.yml) --- .github/workflows/linter.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c135e8a..c8147b5 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -19,7 +19,7 @@ jobs: - uses: hashicorp/setup-terraform@v3 - name: Cache terraform folder - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.2 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.3.2 + - uses: actions/checkout@v4 + - uses: actions/cache@v4.0.2 name: Cache tflint plugin dir with: path: ~/.tflint.d/plugins key: ${{ matrix.os }}-tflint-${{ hashFiles('.tflint.hcl') }} - - uses: terraform-linters/setup-tflint@v3.1.1 + - uses: terraform-linters/setup-tflint@v4.0.0 name: setup tflint - name: init tflint run: tflint --init --config .tflint.hcl