From f2dfdc2d825ffbec1e395dace32b3ee0222f923c Mon Sep 17 00:00:00 2001 From: IK Renovate Bot Date: Sun, 29 Dec 2024 04:28:11 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3.3.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..587f00d 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.3.3 name: Cache plugin dir with: path: ~/.tflint.d/plugins