Skip to content

Commit 40c8537

Browse files
chore(deps): update uv (#278)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2c8faac commit 40c8537

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- uses: actions/[email protected]
2929
with:
3030
persist-credentials: false
31-
- uses: astral-sh/[email protected].0
31+
- uses: astral-sh/[email protected].1
3232
id: setup-uv
3333
with:
3434
# renovate: datasource=pypi dependency=uv
35-
version: "0.6.10"
35+
version: "0.6.12"
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/[email protected].0
68+
- uses: astral-sh/[email protected].1
6969
id: setup-uv
7070
with:
7171
# renovate: datasource=pypi dependency=uv
72-
version: "0.6.10"
72+
version: "0.6.12"
7373
- name: Install dependencies
7474
run: |
7575
uv sync --locked

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff 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/[email protected].0
34+
uses: astral-sh/[email protected].1
3535
id: setup-uv
3636
with:
3737
# renovate: datasource=pypi dependency=uv
38-
version: "0.6.10"
38+
version: "0.6.12"
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

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repos:
4747
- id: markdownlint-cli2
4848

4949
- repo: https://github.com/astral-sh/uv-pre-commit
50-
rev: 0.6.10
50+
rev: 0.6.12
5151
hooks:
5252
- id: uv-lock
5353

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
FROM squidfunk/mkdocs-material:9.6.11
66

7-
COPY --from=ghcr.io/astral-sh/uv:0.6.10 /uv /uvx /bin/
7+
COPY --from=ghcr.io/astral-sh/uv:0.6.12 /uv /uvx /bin/
88

99
RUN --mount=type=bind,source=uv.lock,target=uv.lock \
1010
--mount=type=bind,source=pyproject.toml,target=pyproject.toml \

0 commit comments

Comments
 (0)