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 22
22
23
23
- name : Set up UV
24
24
id : setup-uv
25
- uses : astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca
25
+ uses : astral-sh/setup-uv@f758a4a1ebb83e14d4816e3687e4da1f0468b45c
26
26
with :
27
27
python-version : ${{ matrix.python_version }}
28
28
38
38
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
39
39
40
40
- name : Install the latest version of uv
41
- uses : astral-sh/setup-uv@6b9c6063abd6010835644d4c2e1bef4cf5cd0fca # v6
41
+ uses : astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6
42
42
with :
43
43
python-version : " 3.13"
44
44
activate-environment : true
Original file line number Diff line number Diff line change 84
84
- urllib3==2.5.0
85
85
- zipp==3.23.0 ; python_full_version < '3.10'
86
86
- repo : https://github.com/astral-sh/ruff-pre-commit
87
- rev : v0.12.2
87
+ rev : v0.12.9
88
88
hooks :
89
89
- id : ruff
90
90
args : [--fix, --unsafe-fixes, --show-fixes]
@@ -113,6 +113,6 @@ repos:
113
113
114
114
- repo : https://github.com/astral-sh/uv-pre-commit
115
115
# uv version.
116
- rev : 0.7.19
116
+ rev : 0.8.12
117
117
hooks :
118
118
- id : uv-lock
You can’t perform that action at this time.
0 commit comments