File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 python-version : " 3.13"
3333
3434 - name : Setup uv
35- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
35+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
3636
3737 - name : Install dependencies
3838 run : uv sync --dev
Original file line number Diff line number Diff line change 2323 python-version : ${{ matrix.python-version }}
2424
2525 - name : Setup uv
26- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
26+ uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
2727
2828 - name : Install dependencies
2929 run : uv sync --dev
3333 uv run coverage run --source=tests,cpp_linter_hooks -m pytest -vv
3434 uv run coverage report
3535 uv run coverage xml
36- - uses : codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5
36+ - uses : codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5
3737 if : matrix.python-version == '3.13'
3838 with :
3939 token : ${{ secrets.CODECOV_TOKEN }}
You can’t perform that action at this time.
0 commit comments