Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pr-docs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Loading