From 17a671e3bf79c201dd31e2261e1d33f03aea871e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:24:00 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 in the actions group Bumps the actions 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: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-docs-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-docs-tests.yml b/.github/workflows/pr-docs-tests.yml index ee1d34d..039b06f 100644 --- a/.github/workflows/pr-docs-tests.yml +++ b/.github/workflows/pr-docs-tests.yml @@ -19,7 +19,7 @@ jobs: - name: Restore cached docs builds id: cache-docs-restore - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: key: lando-mvb-docs path: docs/.vitepress/cache/@lando/mvb @@ -44,7 +44,7 @@ jobs: - name: Cache the docs builds id: cache-docs-save if: always() && steps.cache-docs-restore.outputs.cache-hit != 'true' - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: key: ${{ steps.cache-docs-restore.outputs.cache-primary-key }} path: docs/.vitepress/cache/@lando/mvb