From 36ecb4ab2eb26b40904c87c4cf1cbb2fc939adfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:06:16 +0000 Subject: [PATCH] ci: bump actions/cache in the all-actions group across 1 directory Bumps the all-actions group with 1 update in the / directory: [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: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/test-cn-quickstart.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-cn-quickstart.yml b/.github/workflows/test-cn-quickstart.yml index 3165b156..807a0e50 100644 --- a/.github/workflows/test-cn-quickstart.yml +++ b/.github/workflows/test-cn-quickstart.yml @@ -65,7 +65,7 @@ jobs: - name: Restore Quickstart Preparation Cache id: quickstart-prep-cache-restore - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | ${{ github.workspace }}/node_modules @@ -165,7 +165,7 @@ jobs: - name: Save Quickstart Preparation Cache if: steps.quickstart-prep-cache-restore.outputs.cache-hit != 'true' id: quickstart-prep-cache-save - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: | ${{ github.workspace }}/node_modules