File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 python-version-file : " pyproject.toml"
2222
2323 - name : Install uv
24- uses : astral-sh/setup-uv@v7
24+ uses : astral-sh/setup-uv@v8.0.0
2525 with :
26- version : " 0.9 .x"
26+ version : " 0.11 .x"
2727 enable-cache : true
2828 cache-dependency-glob : " uv.lock"
2929
Original file line number Diff line number Diff line change 2121 python-version-file : " pyproject.toml"
2222
2323 - name : Install uv
24- uses : astral-sh/setup-uv@v7
24+ uses : astral-sh/setup-uv@v8.0.0
2525 with :
26- version : " 0.9 .x"
26+ version : " 0.11 .x"
2727 enable-cache : true
2828 cache-dependency-glob : " uv.lock"
2929
6262 python-version : ${{ matrix.python-version }}
6363
6464 - name : Install uv
65- uses : astral-sh/setup-uv@v7
65+ uses : astral-sh/setup-uv@v8.0.0
6666 with :
67- version : " 0.9 .x"
67+ version : " 0.11 .x"
6868 enable-cache : true
6969 cache-dependency-glob : " uv.lock"
7070
7878 uv run tox -e ${{ steps.get-pyver.outputs.PYVER }}
7979
8080 - name : Cache coverage for ${{ matrix.python-version }}
81- uses : actions/upload-artifact@v6
81+ uses : actions/upload-artifact@v7
8282 with :
8383 name : cov_py${{ matrix.python-version }}
8484 path : .coverage
9898 python-version-file : " pyproject.toml"
9999
100100 - name : Pull coverage workflow artifacts
101- uses : actions/download-artifact@v7
101+ uses : actions/download-artifact@v8
102102 with :
103103 path : cov_cache/
104104
@@ -116,7 +116,7 @@ jobs:
116116 coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
117117
118118 - name : Publish cov HTML
119- uses : actions/upload-artifact@v6
119+ uses : actions/upload-artifact@v7
120120 with :
121121 path : htmlcov/
122122 name : cov_report_html
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v6
1616
1717 - name : Install uv
18- uses : astral-sh/setup-uv@v7
18+ uses : astral-sh/setup-uv@v8.0.0
1919 with :
20- version : " 0.9 .x"
20+ version : " 0.11 .x"
2121 enable-cache : true
2222 cache-dependency-glob : " uv.lock"
2323
Original file line number Diff line number Diff line change 3636 - id : python-check-blanket-type-ignore
3737 - id : python-use-type-annotations
3838 - repo : https://github.com/astral-sh/ruff-pre-commit
39- rev : v0.15.7
39+ rev : v0.15.9
4040 hooks :
4141 - id : ruff-check
Original file line number Diff line number Diff line change @@ -90,5 +90,5 @@ module-name = "pre_commit_python_eol"
9090module-root = " "
9191
9292[build-system ]
93- requires = [" uv_build" ]
93+ requires = [" uv_build>=0.11.2,<0.12 " ]
9494build-backend = " uv_build"
You can’t perform that action at this time.
0 commit comments