File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
id : setup-uv
33
33
with :
34
34
# renovate: datasource=pypi dependency=uv
35
- version : " 0.6.14 "
35
+ version : " 0.6.16 "
36
36
- name : Install pre-commit
37
37
run : |
38
38
uv sync --locked --only-dev
69
69
id : setup-uv
70
70
with :
71
71
# renovate: datasource=pypi dependency=uv
72
- version : " 0.6.14 "
72
+ version : " 0.6.16 "
73
73
- name : Install dependencies
74
74
run : |
75
75
uv sync --locked
Original file line number Diff line number Diff line change 35
35
id : setup-uv
36
36
with :
37
37
# renovate: datasource=pypi dependency=uv
38
- version : " 0.6.14 "
38
+ version : " 0.6.16 "
39
39
- name : Install dependencies
40
40
run : uv sync --locked --no-dev
41
41
# see: https://squidfunk.github.io/mkdocs-material/publishing-your-site/#with-github-actions
Original file line number Diff line number Diff line change 54
54
- id : markdownlint-cli2
55
55
56
56
- repo : https://github.com/astral-sh/uv-pre-commit
57
- rev : 0.6.14
57
+ rev : 0.6.15
58
58
hooks :
59
59
- id : uv-lock
60
60
Original file line number Diff line number Diff line change 4
4
5
5
FROM squidfunk/mkdocs-material:9.6.11
6
6
7
- COPY --from=ghcr.io/astral-sh/uv:0.6.14 /uv /uvx /bin/
7
+ COPY --from=ghcr.io/astral-sh/uv:0.6.16 /uv /uvx /bin/
8
8
9
9
RUN --mount=type=bind,source=uv.lock,target=uv.lock \
10
10
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \
You can’t perform that action at this time.
0 commit comments