From 2448cc7a90ee5f4a20102623a7fa1148307dc35d Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Thu, 28 Mar 2024 23:09:47 +0000 Subject: [PATCH] chore(deps): update github-tags action .github/workflows/linter.yml to v4 (.github/workflows/linter.yml) --- .github/workflows/linter.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 07e47a8..e7b73eb 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -19,7 +19,7 @@ jobs: - uses: hashicorp/setup-terraform@v2.0.3 - name: Cache terraform folder - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.2 with: path: ./.terraform key: terraform @@ -38,8 +38,8 @@ 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