We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 530dcd6 + 08925fe commit 671ec3bCopy full SHA for 671ec3b
2 files changed
.github/actions/python-setup/action.yml
@@ -8,8 +8,9 @@ runs:
8
uses: actions/setup-python@v5
9
10
- name: Install uv
11
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
12
with:
13
+ version: "0.8.x"
14
enable-cache: true
15
cache-suffix: "uv-cache-v1"
16
cache-dependency-glob: |
pyproject.toml
@@ -11,7 +11,7 @@ dependencies = [
[tool.uv]
package = false
-required-version = "<0.6.0"
+required-version = "==0.8.*"
[tool.ruff]
17
line-length = 80
0 commit comments