From b54703bc9afa77e77bd8cb87739da8f6b2b7d4bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:02:40 +0000 Subject: [PATCH] build(deps): bump docker/setup-qemu-action from 3 to 4 Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-qemu-action/releases) - [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/setup-qemu-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-cache-libpq.yml | 2 +- .github/workflows/packages.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-cache-libpq.yml b/.github/workflows/build-and-cache-libpq.yml index 335fcc80f..5afc96baa 100644 --- a/.github/workflows/build-and-cache-libpq.yml +++ b/.github/workflows/build-and-cache-libpq.yml @@ -68,7 +68,7 @@ jobs: - name: Set up QEMU for multi-arch build # Check https://github.com/docker/setup-qemu-action for newer versions. - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 with: # https://github.com/pypa/cibuildwheel/discussions/2256 image: tonistiigi/binfmt:qemu-v8.1.5 diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 2e291c876..4b2f6a524 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@v6 - name: Set up QEMU for multi-arch build - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Cache libpq build uses: actions/cache@v5