File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 id : setup-uv
5858 with :
5959 # renovate: datasource=pypi dependency=uv
60- version : " 0.11.4 "
60+ version : " 0.11.5 "
6161 - name : Install dependencies
6262 run : |
6363 uv sync --locked
Original file line number Diff line number Diff line change 3535 id : setup-uv
3636 with :
3737 # renovate: datasource=pypi dependency=uv
38- version : " 0.11.4 "
38+ version : " 0.11.5 "
3939 - name : Install dependencies
4040 run : uv sync --locked --no-dev
4141 # see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions
Original file line number Diff line number Diff line change 44
55FROM squidfunk/mkdocs-material:9.7.6
66
7- COPY --from=ghcr.io/astral-sh/uv:0.11.4 /uv /uvx /bin/
7+ COPY --from=ghcr.io/astral-sh/uv:0.11.5 /uv /uvx /bin/
88
99RUN --mount=type=bind,source=uv.lock,target=uv.lock \
1010 --mount=type=bind,source=pyproject.toml,target=pyproject.toml \
You can’t perform that action at this time.
0 commit comments