File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 32
32
uses : actions/checkout@v4
33
33
34
34
- name : Setup uv with Python ${{ env.WIN_EXE_PYTHON_VERSION }}
35
- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
35
+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4 .1
36
36
with :
37
37
python-version : ${{ env.WIN_EXE_PYTHON_VERSION }}
38
38
enable-cache : true
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ jobs:
161
161
uses : actions/checkout@v4
162
162
163
163
- name : Setup uv with Python ${{ env.WIN_EXE_PYTHON_VERSION }}
164
- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
164
+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4 .1
165
165
with :
166
166
python-version : ${{ env.WIN_EXE_PYTHON_VERSION }}
167
167
enable-cache : true
@@ -276,7 +276,7 @@ jobs:
276
276
if-no-files-found : error
277
277
278
278
- name : Setup uv with Python ${{ env.WIN_EXE_PYTHON_VERSION }}
279
- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
279
+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4 .1
280
280
with :
281
281
python-version : ${{ env.WIN_EXE_PYTHON_VERSION }}
282
282
enable-cache : true
Original file line number Diff line number Diff line change 49
49
token : ${{ secrets.GITHUB_TOKEN }}
50
50
51
51
- name : Setup uv with Python 3.12
52
- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
52
+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4 .1
53
53
with :
54
54
python-version : " 3.12"
55
55
enable-cache : true
@@ -184,7 +184,7 @@ jobs:
184
184
uses : actions/checkout@v4
185
185
186
186
- name : Setup uv with Python 3.12
187
- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
187
+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4 .1
188
188
with :
189
189
python-version : " 3.12"
190
190
enable-cache : true
@@ -338,7 +338,7 @@ jobs:
338
338
uses : actions/checkout@v4
339
339
340
340
- name : Setup uv with Python ${{ env.WIN_EXE_PYTHON_VERSION }}
341
- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
341
+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4 .1
342
342
with :
343
343
python-version : ${{ env.WIN_EXE_PYTHON_VERSION }}
344
344
enable-cache : true
Original file line number Diff line number Diff line change 35
35
key : test-1-babeldoc-assets-${{ hashFiles('babeldoctemp1234567/babeldoc/assets/embedding_assets_metadata.py') }}
36
36
- uses : actions/checkout@v4
37
37
- name : Setup uv with Python ${{ matrix.python-version }}
38
- uses : astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3 .1
38
+ uses : astral-sh/setup-uv@0c5e2b8115b80b4c7c5ddf6ffdd634974642d182 # v5.4 .1
39
39
with :
40
40
python-version : ${{ matrix.python-version }}
41
41
enable-cache : true
You can’t perform that action at this time.
0 commit comments