File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
2626 with :
2727 persist-credentials : false
2828 - name : Install uv
29- uses :
astral-sh/[email protected] .4 29+ uses :
astral-sh/[email protected] .5 3030 id : setup-uv
3131 with :
3232 # renovate: datasource=pypi dependency=uv
33- version : " 0.9.13 "
33+ version : " 0.9.16 "
3434 - name : Install pre-commit
3535 run : |
3636 uv sync --locked --only-dev
Original file line number Diff line number Diff line change 3131 - id : validate-pyproject
3232
3333 - repo : https://github.com/astral-sh/uv-pre-commit
34- rev : 0.9.13
34+ rev : 0.9.16
3535 hooks :
3636 - id : uv-lock
3737
Original file line number Diff line number Diff line change 11# TODO: update Python version with Renovate somehow
2- FROM ghcr.io/astral-sh/uv:0.9.13 -python3.13-alpine AS dependencies
2+ FROM ghcr.io/astral-sh/uv:0.9.16 -python3.13-alpine AS dependencies
33
4- COPY --from=ghcr.io/astral-sh/uv:0.9.13 /uv /uvx /bin/
4+ COPY --from=ghcr.io/astral-sh/uv:0.9.16 /uv /uvx /bin/
55
66RUN apk add --no-cache git
77
You can’t perform that action at this time.
0 commit comments