From d915e99164fdd1b286ecaca83dd4bc8aa9e49336 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 02:47:46 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .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 3eec54d8..8b8881a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: echo "pnpm-cache=$(pnpm store path --silent)" >> $GITHUB_OUTPUT echo "key=${{ runner.os }}-pnpm-${{ hashFiles('pnpm-lock.yaml') }}" >> $GITHUB_OUTPUT - name: Cache NPM and Cypress 📦 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -50,7 +50,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache NPM and Cypress 📦 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -77,7 +77,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache NPM and Cypress 📦 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -114,7 +114,7 @@ jobs: with: node-version-file: '.nvmrc' - name: Cache NPM and Cypress 📦 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: | @@ -172,7 +172,7 @@ jobs: node-version-file: '.nvmrc' registry-url: 'https://registry.npmjs.org' - name: Cache NPM and Cypress 📦 - uses: actions/cache@v4 + uses: actions/cache@v5 id: cache with: path: |