From cce4f1f53925ee97dbfd97303a71e8d2e3dbc226 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 16:31:46 +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/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8326a26c..70a48d78 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: node-version: 20 cache: 'npm' # cache node modules for all jobs to use - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: node_modules-cache with: path: | @@ -45,7 +45,7 @@ jobs: node-version: 20 cache: 'npm' # consume installed modules - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: node_modules-cache with: path: | @@ -53,7 +53,7 @@ jobs: /home/runner/.cache/Cypress key: install-cache-${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }} # custom cypress cache, caches cypress and cypress webpack node module dependencies based on lock file - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: cypress-cache with: path: | @@ -86,7 +86,7 @@ jobs: node-version: 20 cache: 'npm' # consume installed modules - - uses: actions/cache@v5 + - uses: actions/cache@v6 id: node_modules-cache with: path: |