File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717
1818 - name : Install uv
19- uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
19+ uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
2020
2121 - name : Install the project
2222 run : uv sync --locked --group dev --python 3.10
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 path : dist
103103
104104 - name : Install uv
105- uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
105+ uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
106106 with :
107107 version : ${{ env.UV_VERSION }}
108108
Original file line number Diff line number Diff line change 3838 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3939
4040 - name : Install uv
41- uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
41+ uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
4242
4343 - name : Install the project
4444 run : uv sync --locked --extra cli
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2121
2222 - name : Install uv
23- uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
23+ uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
2424
2525 - name : Install the dependencies
2626 run : uv sync --locked --group dev --all-extras --python ${{ matrix.python-version }}
3535 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3636
3737 - name : Install uv
38- uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
38+ uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
3939
4040 - name : Install the dependencies
4141 run : uv sync --locked --group download --group dev --python 3.14
Original file line number Diff line number Diff line change 2020 token : ${{ steps.app-token.outputs.token }}
2121 ref : ${{ github.head_ref }}
2222 - name : Install uv
23- uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
23+ uses : astral-sh/setup-uv@61cb8a9741eeb8a550a1b8544337180c0fc8476b # v7.2.0
2424
2525 - name : Install the project
2626 run : uv sync --locked --only-group download --python 3.14
You can’t perform that action at this time.
0 commit comments