File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
1818 - name : Install uv
19- uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
19+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
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@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
105+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
106106 with :
107107 version : ${{ env.UV_VERSION }}
108108
Original file line number Diff line number Diff line change 3636 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737
3838 - name : Install uv
39- uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
39+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
4040
4141 - name : Install the project
4242 run : uv sync --locked --extra cli
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222
2323 - name : Install uv
24- uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
24+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
2525
2626 - name : Install the dependencies
2727 run : uv sync --locked --group dev --all-extras --python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 2121 token : ${{ steps.app-token.outputs.token }}
2222 ref : ${{ github.head_ref }}
2323 - name : Install uv
24- uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
24+ uses : astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
2525
2626 - name : Install the project
2727 run : uv sync --locked --only-group download
You can’t perform that action at this time.
0 commit comments