From ae7fe1ea2819b8d2e07cb0e0664ff6dfd8696723 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 02:15:11 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/shared-ci-terraform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shared-ci-terraform.yml b/.github/workflows/shared-ci-terraform.yml index 5fdf1311..13d6a1f9 100644 --- a/.github/workflows/shared-ci-terraform.yml +++ b/.github/workflows/shared-ci-terraform.yml @@ -119,7 +119,7 @@ jobs: - name: cache tflint plugins id: cache-plugins - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.TFLINT_PLUGIN_DIR }} key: tflint-plugins-${{ env.TFLINT_CACHE_VER }}