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 @@ -151,7 +151,7 @@ jobs:
151
151
GH_TOKEN : ${{ github.token }}
152
152
153
153
- name : Install uv
154
- uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
154
+ uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
155
155
with :
156
156
activate-environment : true
157
157
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 31
31
persist-credentials : false
32
32
33
33
# Setup Python environment
34
- - uses : actions/setup-python@v5.6 .0
34
+ - uses : actions/setup-python@v6.0 .0
35
35
with :
36
36
python-version : ' 3.13'
37
37
Original file line number Diff line number Diff line change 50
50
persist-credentials : false
51
51
52
52
- name : Set up Python
53
- uses : actions/setup-python@v5.6 .0
53
+ uses : actions/setup-python@v6.0 .0
54
54
with :
55
55
python-version : ' 3.13'
56
56
Original file line number Diff line number Diff line change 32
32
33
33
# Setup Python
34
34
- name : Set up Python
35
- uses : actions/setup-python@v5.6 .0
35
+ uses : actions/setup-python@v6.0 .0
36
36
with :
37
37
python-version : ' 3.13'
38
38
Original file line number Diff line number Diff line change 41
41
42
42
# Setup Python
43
43
- name : Set up Python
44
- uses : actions/setup-python@v5.6 .0
44
+ uses : actions/setup-python@v6.0 .0
45
45
with :
46
46
python-version : ' 3.13'
47
47
You can’t perform that action at this time.
0 commit comments