From 764569a5a3f2d9133fd5222ae92850a3c24c460e Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Thu, 11 Apr 2024 04:18:42 +0000 Subject: [PATCH] chore(deps): update dependency actions/cache to v3.3.3 (.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 07e47a8..cdbccdc 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@v3.3.3 with: path: ./.terraform key: terraform @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v3.3.3 name: Cache tflint plugin dir with: path: ~/.tflint.d/plugins