We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 141918d commit 4de9e70Copy full SHA for 4de9e70
1 file changed
.github/actions/setup-python/action.yml
@@ -20,8 +20,10 @@ runs:
20
# Install uv and enable its built-in cache. The cache key takes the
21
# platform, the uv version, and a hash of the files below into account.
22
# See https://docs.astral.sh/uv/guides/integration/github/ for details.
23
+ # NOTE: setup-uv publishes immutable releases only (no
24
+ # floating major tags), so we pin the full version
25
- name: Install uv
- uses: astral-sh/setup-uv@v9
26
+ uses: astral-sh/setup-uv@v9.0.0
27
with:
28
enable-cache: true
29
cache-suffix: "py${{ inputs.python-version }}"
0 commit comments