From 6f9a2cc995a4c41a5b40fb95c70dc822f8b9d244 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 04:00:02 +0000 Subject: [PATCH 1/2] Update docker/setup-qemu-action digest to 05340d1 (#130) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Joakim Hellsén --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index bb6448f..d2db9c1 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -42,7 +42,7 @@ jobs: - run: uv sync --all-extras --dev - run: uv run pytest - - uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 + - uses: docker/setup-qemu-action@05340d1c670183e7caabdb33ae9f1c80fae3b0c2 with: platforms: all From 6edc70d6e1b007b4665b0f2cc58a09e2444b2572 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 04:00:16 +0000 Subject: [PATCH 2/2] Update astral-sh/setup-uv digest to d4219d1 (#129) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Joakim Hellsén --- .github/workflows/docker-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index d2db9c1..e55f5d5 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -35,7 +35,7 @@ jobs: - uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f - - uses: astral-sh/setup-uv@d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb86 + - uses: astral-sh/setup-uv@d4219d1620c011976ed77813dca7d21d6f676d73 with: python-version: 3.13