File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 run : git fetch --tags --depth=${{ env.depth }}
4343
4444 - name : Set up uv, Python
45- uses : astral-sh/setup-uv@v6
45+ uses : astral-sh/setup-uv@v7
4646 with :
4747 activate-environment : true
4848 enable-cache : true
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 run : git fetch --tags --depth=${{ env.depth }}
103103
104104 - name : Set up uv, Python
105- uses : astral-sh/setup-uv@v6
105+ uses : astral-sh/setup-uv@v7
106106 with :
107107 activate-environment : true
108108 enable-cache : true
@@ -175,7 +175,7 @@ jobs:
175175 ref : ${{ github.event_name != 'pull_request_target' && github.ref || github.event.pull_request.head.sha }}
176176
177177 - name : Set up uv, Python
178- uses : astral-sh/setup-uv@v6
178+ uses : astral-sh/setup-uv@v7
179179 with :
180180 activate-environment : true
181181 enable-cache : true
@@ -244,7 +244,7 @@ jobs:
244244 - uses : actions/checkout@v5
245245 with :
246246 ref : ${{ github.event_name != 'pull_request_target' && github.ref || github.event.pull_request.head.sha }}
247- - uses : astral-sh/setup-uv@v6
247+ - uses : astral-sh/setup-uv@v7
248248 with : { enable-cache: true, python-version: "${{ env.python-version }}" }
249249 - name : Clear and re-create the pre-commit environments
250250 run : uvx pre-commit clean
You can’t perform that action at this time.
0 commit comments