From 9675f51cc705a688b529ae2f3e04da50e2ff8035 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 21:45:39 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .github/actions/cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cache/action.yml b/.github/actions/cache/action.yml index 394cff099..a4f68ceeb 100644 --- a/.github/actions/cache/action.yml +++ b/.github/actions/cache/action.yml @@ -3,7 +3,7 @@ description: Retrieve and cache project node_modules runs: using: "composite" steps: - - uses: actions/cache@v4 + - uses: actions/cache@v5 id: node_modules-cache with: path: |