File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ runs:
3535 if : ${{ inputs.setup-uv == 'true' && inputs.python-version != '' }}
3636 uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3737 with :
38- version : " 0.11.16 "
38+ version : " 0.11.17 "
3939 enable-cache : ${{ inputs.enable-uv-cache }}
4040 python-version : ${{ inputs.python-version }}
4141 cache-suffix : ${{ inputs.cache-key-suffix }}
4242 - name : Set up uv (no python-version pin)
4343 if : ${{ inputs.setup-uv == 'true' && inputs.python-version == '' }}
4444 uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
4545 with :
46- version : " 0.11.16 "
46+ version : " 0.11.17 "
4747 enable-cache : ${{ inputs.enable-uv-cache }}
4848 cache-suffix : ${{ inputs.cache-key-suffix }}
Original file line number Diff line number Diff line change @@ -457,7 +457,7 @@ jobs:
457457 - name : Set up Python via uv
458458 uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
459459 with :
460- version : " 0.11.16 "
460+ version : " 0.11.17 "
461461 - name : Capture failing log tail
462462 env :
463463 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments