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.8 "
35+ version : " 0.6.9 "
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.8 "
72+ version : " 0.6.9 "
7373 - name : Install dependencies
7474 run : |
7575 uv sync --locked
Original file line number Diff line number Diff line change 3636 id : setup-uv
3737 with :
3838 # renovate: datasource=pypi dependency=uv
39- version : " 0.6.8 "
39+ version : " 0.6.9 "
4040 - name : Install dependencies
4141 run : uv sync --locked --no-dev
4242 # 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.9
66
7- COPY --from=ghcr.io/astral-sh/uv:0.6.8 /uv /uvx /bin/
7+ COPY --from=ghcr.io/astral-sh/uv:0.6.9 /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