Skip to content

Commit 3626509

Browse files
chore(deps): update uv
1 parent c3d39e5 commit 3626509

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.17"
35+
version: "0.7.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/[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.17"
72+
version: "0.7.2"
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.17"
38+
version: "0.7.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

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ repos:
5454
- id: markdownlint-cli2
5555

5656
- repo: https://github.com/astral-sh/uv-pre-commit
57-
rev: 0.6.17
57+
rev: 0.7.2
5858
hooks:
5959
- id: uv-lock
6060

Dockerfile

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

55
FROM squidfunk/mkdocs-material:9.6.12
66

7-
COPY --from=ghcr.io/astral-sh/uv:0.6.17 /uv /uvx /bin/
7+
COPY --from=ghcr.io/astral-sh/uv:0.7.2 /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)