mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-19 23:31:46 +00:00
✏️ fix a leftover v1 version specifier
This commit is contained in:
parent
0fd9b14004
commit
e865252c66
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ changes. The glob matches files relative to the repository root.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Define a list of cache dependency globs
|
- name: Define a list of cache dependency globs
|
||||||
uses: astral-sh/setup-uv@v1
|
uses: astral-sh/setup-uv@v2
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
cache-dependency-glob: |
|
cache-dependency-glob: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue