From 2a8eb415f4d162f672ef4f8d251cad2c70270c4d Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 05:24:38 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 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 bbab8b0..85c653f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: with: node-version: 24.16.0 cache: 'npm' - - uses: actions/cache@v3 + - uses: actions/cache@v6 id: node_modules-cache with: path: | @@ -37,7 +37,7 @@ jobs: with: node-version: 24.16.0 cache: 'npm' - - uses: actions/cache@v3 + - uses: actions/cache@v6 id: node_modules-cache with: path: "**/node_modules" @@ -56,7 +56,7 @@ jobs: with: node-version: 24.16.0 cache: 'npm' - - uses: actions/cache@v3 + - uses: actions/cache@v6 id: node_modules-cache with: path: "**/node_modules" @@ -75,7 +75,7 @@ jobs: with: node-version: 24.16.0 cache: 'npm' - - uses: actions/cache@v3 + - uses: actions/cache@v6 id: node_modules-cache with: path: "**/node_modules" @@ -98,7 +98,7 @@ jobs: with: node-version: 24.16.0 cache: 'npm' - - uses: actions/cache@v3 + - uses: actions/cache@v6 id: node_modules-cache with: path: "**/node_modules"