File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Set up uv with Python ${{ inputs.python-version }}
19- uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
19+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2020 with :
2121 python-version : ${{ inputs.python-version }}
2222 activate-environment : true
Original file line number Diff line number Diff line change 6767 tool-cache : true
6868
6969 - name : Set up uv
70- uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
70+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
7171 with :
7272 # NOTE: This is a version used for cibuildwheel but not for wheels.
7373 python-version : ' 3.14'
Original file line number Diff line number Diff line change 4343 submodules : recursive
4444
4545 - name : Set up uv
46- uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
46+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
4747 with :
4848 # NOTE: This is a version used for cibuildwheel but not for wheels.
4949 python-version : ' 3.11'
Original file line number Diff line number Diff line change 3333 uses : actions/checkout@v7
3434
3535 - name : Set up uv
36- uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
36+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3737 with :
3838 python-version : ' 3.13'
3939 activate-environment : true
Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Add PR labels
23- uses : actions/labeler@v6
23+ uses : actions/labeler@v7
2424 continue-on-error : true
2525 with :
2626 repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 2020 uses : actions/checkout@v7
2121
2222 - name : Set up uv
23- uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
23+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2424 with :
2525 python-version : ' 3.10'
2626 activate-environment : true
You can’t perform that action at this time.
0 commit comments