From 0d8c8dad116fdecd7c8cda801f8a05fa8a2b0f8a Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Wed, 12 Jun 2024 04:17:12 +0000 Subject: [PATCH] chore(deps): update dependency actions/cache to v4 (.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..7c48c89 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@v4.0.2 name: Cache plugin dir with: path: ~/.tflint.d/plugins