From 59e39de06c2b6ad2eda7ddf0b019ca1d060ca636 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 02:35:38 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b2a6155..c7a93a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: cache-to: type=gha,mode=max provenance: false - - uses: actions/cache@v4 + - uses: actions/cache@v5 name: Cache TFLint plugin dir with: path: ~/.tflint.d/plugins @@ -87,7 +87,7 @@ jobs: mkdir --parents ~/.terraform.d/plugin-cache - name: Cache Terraform - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.terraform.d/plugin-cache