File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
persist-credentials : false
25
25
26
26
- name : Install the latest version of uv
27
- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # 6.6.0
27
+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # 6.6.1
28
28
29
29
- name : Install packages
30
30
run : |
Original file line number Diff line number Diff line change 23
23
run : sudo apt install clang-tools
24
24
25
25
- name : Install the latest version of uv
26
- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # 6.6.0
26
+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # 6.6.1
27
27
28
28
- name : Build and run analyzer
29
29
# We exclude extension/libmaxminddb/ as libmaxminddb has its own workflow
Original file line number Diff line number Diff line change 34
34
languages : python, cpp
35
35
36
36
- name : Install the latest version of uv
37
- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # 6.6.0
37
+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # 6.6.1
38
38
39
39
- run : uv build
40
40
env :
Original file line number Diff line number Diff line change 32
32
persist-credentials : false
33
33
34
34
- name : Install the latest version of uv
35
- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # 6.6.0
35
+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # 6.6.1
36
36
37
37
- name : Install tox
38
38
run : uv tool install --python-preference only-managed --python 3.14 tox --with tox-uv --with tox-gh
Original file line number Diff line number Diff line change 23
23
submodules : true
24
24
persist-credentials : false
25
25
- name : Install the latest version of uv
26
- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # 6.6.0
26
+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # 6.6.1
27
27
- name : Install tox
28
28
run : uv tool install --python-preference only-managed --python 3.14 tox --with tox-uv --with tox-gh
29
29
- name : Install Python
Original file line number Diff line number Diff line change 24
24
persist-credentials : false
25
25
26
26
- name : Install the latest version of uv
27
- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # 6.6.0
27
+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # 6.6.1
28
28
with :
29
29
enable-cache : false
30
30
You can’t perform that action at this time.
0 commit comments