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 3232 id : setup-uv
3333 with :
3434 # renovate: datasource=pypi dependency=uv
35- version : " 0.9.14 "
35+ version : " 0.9.15 "
3636 - name : Install pre-commit
3737 run : |
3838 uv sync --locked --only-dev
7070 id : setup-uv
7171 with :
7272 # renovate: datasource=pypi dependency=uv
73- version : " 0.9.14 "
73+ version : " 0.9.15 "
7474 - name : Install dependencies
7575 run : |
7676 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.9.14 "
38+ version : " 0.9.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 5454 - id : markdownlint-cli2
5555
5656 - repo : https://github.com/astral-sh/uv-pre-commit
57- rev : 0.9.14
57+ rev : 0.9.15
5858 hooks :
5959 - id : uv-lock
6060
Original file line number Diff line number Diff line change 44
55FROM squidfunk/mkdocs-material:9.7.0
66
7- COPY --from=ghcr.io/astral-sh/uv:0.9.14 /uv /uvx /bin/
7+ COPY --from=ghcr.io/astral-sh/uv:0.9.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