From 56d31a5532ce7accdc5e8b6a4dffeef24555eda8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 10:06:41 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5 to 6 in the ci-dependencies group Bumps the ci-dependencies group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build-preview.yaml | 4 ++-- .github/workflows/ci.yaml | 4 ++-- .github/workflows/deploy-v5.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-preview.yaml b/.github/workflows/build-preview.yaml index c35b56c1ca93e..340de3bb000b6 100644 --- a/.github/workflows/build-preview.yaml +++ b/.github/workflows/build-preview.yaml @@ -21,7 +21,7 @@ jobs: node-version: 22 - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -29,7 +29,7 @@ jobs: ${{ runner.os }}-node- - name: Cache Quartz plugins - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .quartz/plugins key: ${{ runner.os }}-plugins-${{ hashFiles('quartz.lock.json') }} diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1a20531ae99eb..4ef78e10a2285 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: node-version: 24 - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -37,7 +37,7 @@ jobs: ${{ runner.os }}-node- - name: Cache Quartz plugins - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .quartz/plugins key: ${{ runner.os }}-plugins-${{ hashFiles('quartz.lock.json') }} diff --git a/.github/workflows/deploy-v5.yaml b/.github/workflows/deploy-v5.yaml index 39f856423b6f8..655b2aa626e6c 100644 --- a/.github/workflows/deploy-v5.yaml +++ b/.github/workflows/deploy-v5.yaml @@ -26,7 +26,7 @@ jobs: node-version: 24 - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -34,7 +34,7 @@ jobs: ${{ runner.os }}-node- - name: Cache Quartz plugins - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: .quartz/plugins key: ${{ runner.os }}-plugins-${{ hashFiles('quartz.lock.json') }}