Skip to content

Commit 8768bf8

Browse files
Merge branch 'main' into renovate/actions-setup-python-7.x
2 parents 0fa17e4 + af8a62e commit 8768bf8

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
permissions:
1313
contents: read
1414
steps:
15-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
15+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1616
- name: Install uv
1717
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
1818
with:
19-
version: "0.11.24"
19+
version: "0.11.32"
2020
- name: Set up Python
2121
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2222
with:

.github/workflows/unittests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
contents: read
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
17+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1818
- # Required for the package command tests to work
1919
name: Set up Docker Buildx
20-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
20+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
2121
- name: Install uv
2222
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8
2323
with:
24-
version: "0.11.24"
24+
version: "0.11.32"
2525
- name: Set up Python
2626
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
2727
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.13-slim
22

3-
COPY --from=ghcr.io/astral-sh/uv:0.11.26 /uv /uvx /bin/
3+
COPY --from=ghcr.io/astral-sh/uv:0.12.1 /uv /uvx /bin/
44

55
WORKDIR /app
66

0 commit comments

Comments
 (0)