File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ jobs:
28
28
29
29
with :
30
30
persist-credentials : false
31
- - uses : astral-sh/setup-uv@v6.4.1
31
+ - uses : astral-sh/setup-uv@v6.5.0
32
32
id : setup-uv
33
33
with :
34
34
# renovate: datasource=pypi dependency=uv
35
- version : " 0.8.0 "
35
+ version : " 0.8.9 "
36
36
- name : Install pre-commit
37
37
run : |
38
38
uv sync --locked --only-dev
@@ -65,11 +65,11 @@ jobs:
65
65
# fetch the full git history to be able to determine creation dates for pages
66
66
# see: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin?tab=readme-ov-file#note-when-using-build-environments
67
67
fetch-depth : 0
68
- - uses : astral-sh/setup-uv@v6.4.1
68
+ - uses : astral-sh/setup-uv@v6.5.0
69
69
id : setup-uv
70
70
with :
71
71
# renovate: datasource=pypi dependency=uv
72
- version : " 0.8.0 "
72
+ version : " 0.8.9 "
73
73
- name : Install dependencies
74
74
run : |
75
75
uv sync --locked
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
31
31
git config user.name github-actions[bot]
32
32
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
33
33
- name : Install uv
34
- uses : astral-sh/setup-uv@v6.4.1
34
+ uses : astral-sh/setup-uv@v6.5.0
35
35
id : setup-uv
36
36
with :
37
37
# renovate: datasource=pypi dependency=uv
38
- version : " 0.8.0 "
38
+ version : " 0.8.9 "
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.8.0
57
+ rev : 0.8.9
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.15
6
6
7
- COPY --from=ghcr.io/astral-sh/uv:0.8.0 /uv /uvx /bin/
7
+ COPY --from=ghcr.io/astral-sh/uv:0.8.9 /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