From 3916b1b5804e99765c42c635d53e59eae12f97f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 17:27:26 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v6 --- .github/workflows/00-ci.yaml | 2 +- .github/workflows/02-vitest.yaml | 2 +- .github/workflows/03-coverage.yaml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/00-ci.yaml b/.github/workflows/00-ci.yaml index 22ecbbb..ce1f57a 100644 --- a/.github/workflows/00-ci.yaml +++ b/.github/workflows/00-ci.yaml @@ -81,7 +81,7 @@ jobs: - name: Restore pnpm store cache id: cache_pnpm - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ${{ env.PNPM_STORE_DIR }} key: pnpm-store-${{ runner.os }}-node-24-pnpm-10-${{ hashFiles('pnpm-lock.yaml') }} diff --git a/.github/workflows/02-vitest.yaml b/.github/workflows/02-vitest.yaml index f259550..32ed2a6 100644 --- a/.github/workflows/02-vitest.yaml +++ b/.github/workflows/02-vitest.yaml @@ -70,7 +70,7 @@ jobs: cache-dependency-path: pnpm-lock.yaml - name: Restore Nx cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .nx/cache key: nx-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'nx.json', 'package.json') }}-${{ github.sha }} diff --git a/.github/workflows/03-coverage.yaml b/.github/workflows/03-coverage.yaml index a963eea..3e90bb2 100644 --- a/.github/workflows/03-coverage.yaml +++ b/.github/workflows/03-coverage.yaml @@ -73,7 +73,7 @@ jobs: cache-dependency-path: pnpm-lock.yaml - name: Restore Nx cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .nx/cache key: nx-vitest-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'nx.json', 'package.json') }}-${{ github.sha }} @@ -532,7 +532,7 @@ jobs: cache-dependency-path: pnpm-lock.yaml - name: Restore Nx cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: .nx/cache key: nx-e2e-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml', 'nx.json', 'package.json') }}-${{ github.sha }} @@ -541,7 +541,7 @@ jobs: nx-e2e-${{ runner.os }}- - name: Restore Playwright browser cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/ms-playwright key: playwright-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}