From 3af95e284f7547647b85b5ae6516fcd34400ae2a Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 10:08:48 +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/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71251d12..f76864ed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: with: node-version: 22.19.0 cache: 'npm' - - uses: actions/cache@v3 + - uses: actions/cache@v5 id: node_modules-cache with: path: | @@ -37,7 +37,7 @@ jobs: with: node-version: 22.19.0 cache: 'npm' - - uses: actions/cache@v3 + - uses: actions/cache@v5 id: node_modules-cache with: path: "**/node_modules" @@ -56,7 +56,7 @@ jobs: with: node-version: 22.19.0 cache: 'npm' - - uses: actions/cache@v3 + - uses: actions/cache@v5 id: node_modules-cache with: path: "**/node_modules" @@ -75,7 +75,7 @@ jobs: with: node-version: 22.19.0 cache: 'npm' - - uses: actions/cache@v3 + - uses: actions/cache@v5 id: node_modules-cache with: path: "**/node_modules" @@ -98,7 +98,7 @@ jobs: with: node-version: 22.19.0 cache: 'npm' - - uses: actions/cache@v3 + - uses: actions/cache@v5 id: node_modules-cache with: path: "**/node_modules"