mirror of
https://github.com/astral-sh/uv
synced 2026-01-21 21:40:11 -05:00
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:
@@ -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') }}
|
||||
|
||||
Reference in New Issue
Block a user