diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 4b0d9a97..b6080db6 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -81,7 +81,7 @@ jobs: run: "cd docs && [[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - name: Cache Restore id: cache-restore - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | ${{ runner.temp }}/hugo_cache @@ -97,7 +97,7 @@ jobs: --cacheDir "${{ runner.temp }}/hugo_cache" - name: Cache Save id: cache-save - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: | ${{ runner.temp }}/hugo_cache