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:
2828 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2929 with :
3030 persist-credentials : false
31- - uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
31+ - uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
3232 id : setup-uv
3333 with :
3434 # renovate: datasource=pypi dependency=uv
35- version : " 0.9.15 "
35+ version : " 0.9.17 "
3636 - name : Install pre-commit
3737 run : |
3838 uv sync --locked --only-dev
@@ -66,11 +66,11 @@ jobs:
6666 # fetch the full git history to be able to determine creation dates for pages
6767 # see: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin?tab=readme-ov-file#note-when-using-build-environments
6868 fetch-depth : 0
69- - uses : astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
69+ - uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
7070 id : setup-uv
7171 with :
7272 # renovate: datasource=pypi dependency=uv
73- version : " 0.9.15 "
73+ version : " 0.9.17 "
7474 - name : Install dependencies
7575 run : |
7676 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@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
34+ uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
3535 id : setup-uv
3636 with :
3737 # renovate: datasource=pypi dependency=uv
38- version : " 0.9.15 "
38+ version : " 0.9.17 "
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.15
57+ rev : 0.9.17
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.15 /uv /uvx /bin/
7+ COPY --from=ghcr.io/astral-sh/uv:0.9.17 /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