File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
uses : dprint/check@9cb3a2b17a8e606d37aae341e49df3654933fc23 # v2.3
29
29
30
30
- name : Install uv
31
- uses : astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5 .0
31
+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6 .0
32
32
33
33
- name : ruff
34
34
run : |
58
58
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
59
59
60
60
- name : Install uv
61
- uses : astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5 .0
61
+ uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6 .0
62
62
with :
63
63
python-version : ${{ matrix.python-version }}
64
64
68
68
pytest --cov --cov-report=xml --cov-report=term --durations=20
69
69
70
70
- name : Upload coverage report
71
- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
71
+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
72
72
with :
73
73
token : ${{ secrets.CODECOV_TOKEN }}
74
74
83
83
steps :
84
84
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
85
85
86
- - uses : astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6.5 .0
86
+ - uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6 .0
87
87
with :
88
88
python-version : " 3.11"
89
89
activate-environment : true
You can’t perform that action at this time.
0 commit comments