From edf2d3e45f12b48ff4f4509c2373f7b6a26452ba Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Wed, 11 Jun 2025 04:31:16 +0000 Subject: [PATCH] chore(deps): update dependency actions/cache to v3.4.3 (.github/workflows/lint.yml) --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b2edc82..4a7470e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3.6.0 name: Checkout source code - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v3.4.3 name: Cache plugin dir with: path: ~/.tflint.d/plugins