From 7193b01d065c22e5f2a2bb286a8f3a5d4e509b23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 16:12:57 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 51c29c7c..8c5f058e 100644 --- a/action.yml +++ b/action.yml @@ -355,7 +355,7 @@ runs: - name: Cache .terraform id: cache - uses: actions/cache@v4 + uses: actions/cache@v6 if: env.ACTIONS_ENABLED == 'true' with: path: |