From 2efe9b7d623bce43130818830eea1dafa1c0d3eb Mon Sep 17 00:00:00 2001 From: Dev-Excellence Service Account <65592364+devex-sa@users.noreply.github.com> Date: Thu, 18 Jan 2024 12:40:20 +0100 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#1263) Co-authored-by: Renovate Bot --- .github/workflows/tflint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tflint.yml b/.github/workflows/tflint.yml index d00647ba3..120a3eef3 100644 --- a/.github/workflows/tflint.yml +++ b/.github/workflows/tflint.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 name: Checkout source code - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache plugin dir with: path: ~/.tflint.d/plugins