File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2828 id : setup-uv
2929 with :
3030 # renovate: datasource=pypi dependency=uv
31- version : " 0.6.6 "
31+ version : " 0.6.8 "
3232 - name : Install pre-commit
3333 run : |
3434 uv sync --locked --only-dev
6262 id : setup-uv
6363 with :
6464 # renovate: datasource=pypi dependency=uv
65- version : " 0.6.6 "
65+ version : " 0.6.8 "
6666 - name : Install dependencies
6767 run : |
6868 uv sync --locked
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.6 "
35+ version : " 0.6.8 "
3636 - name : Install dependencies
3737 run : uv sync --locked --no-dev
3838 # see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions
Original file line number Diff line number Diff line change 2929 - id : markdownlint-cli2
3030
3131 - repo : https://github.com/astral-sh/uv-pre-commit
32- rev : 0.6.6
32+ rev : 0.6.8
3333 hooks :
3434 - id : uv-lock
3535
Original file line number Diff line number Diff line change 11FROM squidfunk/mkdocs-material:9.6.9
22
3- COPY --from=ghcr.io/astral-sh/uv:0.6.6 /uv /uvx /bin/
3+ COPY --from=ghcr.io/astral-sh/uv:0.6.8 /uv /uvx /bin/
44
55RUN --mount=type=bind,source=uv.lock,target=uv.lock \
66 --mount=type=bind,source=pyproject.toml,target=pyproject.toml \
You can’t perform that action at this time.
0 commit comments