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:
28282929 with :
3030 persist-credentials : false
31- - uses : astral-sh/setup-uv@v6.7 .0
31+ - uses : astral-sh/setup-uv@v6.8 .0
3232 id : setup-uv
3333 with :
3434 # renovate: datasource=pypi dependency=uv
35- version : " 0.8.17 "
35+ version : " 0.9.2 "
3636 - name : Install pre-commit
3737 run : |
3838 uv sync --locked --only-dev
@@ -65,11 +65,11 @@ jobs:
6565 # fetch the full git history to be able to determine creation dates for pages
6666 # see: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin?tab=readme-ov-file#note-when-using-build-environments
6767 fetch-depth : 0
68- - uses : astral-sh/setup-uv@v6.7 .0
68+ - uses : astral-sh/setup-uv@v6.8 .0
6969 id : setup-uv
7070 with :
7171 # renovate: datasource=pypi dependency=uv
72- version : " 0.8.17 "
72+ version : " 0.9.2 "
7373 - name : Install dependencies
7474 run : |
7575 uv sync --locked
Original file line number Diff line number Diff line change @@ -31,11 +31,11 @@ jobs:
3131 git config user.name github-actions[bot]
3232 git config user.email 41898282+github-actions[bot]@users.noreply.github.com
3333 - name : Install uv
34- uses : astral-sh/setup-uv@v6.7 .0
34+ uses : astral-sh/setup-uv@v6.8 .0
3535 id : setup-uv
3636 with :
3737 # renovate: datasource=pypi dependency=uv
38- version : " 0.8.17 "
38+ version : " 0.9.2 "
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.8.17
57+ rev : 0.9.2
5858 hooks :
5959 - id : uv-lock
6060
Original file line number Diff line number Diff line change 44
55FROM squidfunk/mkdocs-material:9.6.20
66
7- COPY --from=ghcr.io/astral-sh/uv:0.8.17 /uv /uvx /bin/
7+ COPY --from=ghcr.io/astral-sh/uv:0.9.2 /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