From 79e3e9ba3000e40c31c2ca6d99231435f49911e7 Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Sat, 23 Mar 2024 18:14:53 +0000 Subject: [PATCH] chore(deps): update dependency actions/cache to v4.0.2 (.github/workflows/linter.yml) --- .github/workflows/linter.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index a3011ef..4c5999a 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@v4 + uses: actions/cache@v4.0.2 with: path: ./.terraform key: terraform @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/cache@v4 + - uses: actions/cache@v4.0.2 name: Cache tflint plugin dir with: path: ~/.tflint.d/plugins