@@ -118,7 +118,7 @@ jobs:
118
118
with :
119
119
python-version : ${{ matrix.python-version }}
120
120
- name : Install uv
121
- uses : astral-sh/setup-uv@v5
121
+ uses : astral-sh/setup-uv@v6
122
122
with :
123
123
enable-cache : true
124
124
- name : Setup Just
@@ -180,7 +180,7 @@ jobs:
180
180
with :
181
181
python-version : ${{ matrix.python-version }}
182
182
- name : Install uv
183
- uses : astral-sh/setup-uv@v5
183
+ uses : astral-sh/setup-uv@v6
184
184
with :
185
185
enable-cache : true
186
186
- name : Setup Just
@@ -289,7 +289,7 @@ jobs:
289
289
detached : true
290
290
timeout-minutes : 60
291
291
- name : Install uv
292
- uses : astral-sh/setup-uv@v5
292
+ uses : astral-sh/setup-uv@v6
293
293
with :
294
294
enable-cache : true
295
295
- name : Setup Just
@@ -394,7 +394,7 @@ jobs:
394
394
detached : true
395
395
timeout-minutes : 60
396
396
- name : Install uv
397
- uses : astral-sh/setup-uv@v5
397
+ uses : astral-sh/setup-uv@v6
398
398
with :
399
399
enable-cache : true
400
400
- name : Setup Just
@@ -495,7 +495,7 @@ jobs:
495
495
detached : true
496
496
timeout-minutes : 60
497
497
- name : Install uv
498
- uses : astral-sh/setup-uv@v5
498
+ uses : astral-sh/setup-uv@v6
499
499
with :
500
500
enable-cache : true
501
501
- name : Setup Just
@@ -556,7 +556,7 @@ jobs:
556
556
with :
557
557
python-version : ${{ matrix.python-version }}
558
558
- name : Install uv
559
- uses : astral-sh/setup-uv@v5
559
+ uses : astral-sh/setup-uv@v6
560
560
with :
561
561
enable-cache : true
562
562
- name : Setup Just
@@ -617,7 +617,7 @@ jobs:
617
617
with :
618
618
python-version : ${{ matrix.python-version }}
619
619
- name : Install uv
620
- uses : astral-sh/setup-uv@v5
620
+ uses : astral-sh/setup-uv@v6
621
621
with :
622
622
enable-cache : true
623
623
- name : Setup Just
@@ -659,7 +659,7 @@ jobs:
659
659
with :
660
660
python-version : ' 3.12'
661
661
- name : Install uv
662
- uses : astral-sh/setup-uv@v5
662
+ uses : astral-sh/setup-uv@v6
663
663
with :
664
664
enable-cache : true
665
665
- name : Setup Just
0 commit comments