From dcd9c95e11639b20c2514324203bae476fd7c6db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 07:57:23 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78d6ad4..722c6f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Create Terraform Plugin Cache Dir run: mkdir -p $TF_PLUGIN_CACHE_DIR - name: Terraform Plugin Cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ env.TF_PLUGIN_CACHE_DIR }} key: ${{ runner.os }}-terraform-plugin-cache-${{ hashFiles('**/.terraform.lock.hcl') }}