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