Update documentation references to actions/cache to v5 (#17305)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-01-02 13:18:59 -05:00
committed by GitHub
parent 1b66f24b4c
commit e3687b5b68

View File

@@ -230,7 +230,7 @@ jobs:
# ... setup up Python and uv ...
- name: Restore uv cache
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: /tmp/.uv-cache
key: uv-${{ runner.os }}-${{ hashFiles('uv.lock') }}