File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3232 id : setup-uv
3333 with :
3434 # renovate: datasource=pypi dependency=uv
35- version : " 0.6.14 "
35+ version : " 0.6.15 "
3636 - name : Install pre-commit
3737 run : |
3838 uv sync --locked --only-dev
6969 id : setup-uv
7070 with :
7171 # renovate: datasource=pypi dependency=uv
72- version : " 0.6.14 "
72+ version : " 0.6.15 "
7373 - name : Install dependencies
7474 run : |
7575 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.6.14 "
38+ version : " 0.6.15 "
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.6.11
66
7- COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /uvx /bin/
7+ COPY --from=ghcr.io/astral-sh/uv:0.6.15 /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