diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 9413c86f..aaa7d017 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -54,7 +54,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@v4 + uses: actions/cache/restore@v5 with: path: | ${{ runner.temp }}/hugo_cache @@ -71,7 +71,7 @@ jobs: --cacheDir "${{ runner.temp }}/hugo_cache" - name: Cache Save id: cache-save - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 with: path: | ${{ runner.temp }}/hugo_cache