From 617442ed192d821f25f5c8f76f34302a403aeaac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:14:22 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 51c29c7c..07e7aef9 100644 --- a/action.yml +++ b/action.yml @@ -355,7 +355,7 @@ runs: - name: Cache .terraform id: cache - uses: actions/cache@v4 + uses: actions/cache@v5 if: env.ACTIONS_ENABLED == 'true' with: path: |