Module: kamailio Branch: master Commit: 2994d0e7220b68d6d8c187172729a944487303ca URL: https://github.com/kamailio/kamailio/commit/2994d0e7220b68d6d8c187172729a944487303ca
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Henning Westerholt <[email protected]> Date: 2026-03-11T09:54:18+01:00 github: [skip ci]: 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] <[email protected]> --- Modified: .github/workflows/alpine.yml Modified: .github/workflows/rpm.yml --- Diff: https://github.com/kamailio/kamailio/commit/2994d0e7220b68d6d8c187172729a944487303ca.diff Patch: https://github.com/kamailio/kamailio/commit/2994d0e7220b68d6d8c187172729a944487303ca.patch --- diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index f058fa7e5fa..65da8b80703 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -99,7 +99,7 @@ jobs: git log -n 1 - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 if: "! contains(fromJson('[\"x86\", \"x86_64\", \"aarch64\"]'), matrix.arch)" - name: Set up Docker Buildx @@ -389,7 +389,7 @@ jobs: latest=false - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 diff --git a/.github/workflows/rpm.yml b/.github/workflows/rpm.yml index 4f250b6d89e..81f7ab2019e 100644 --- a/.github/workflows/rpm.yml +++ b/.github/workflows/rpm.yml @@ -112,7 +112,7 @@ jobs: echo ${{ github.sha }} - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 if: "! contains(fromJson('[\"x86_64\", \"aarch64\"]'), matrix.arch)" - name: Login to GitHub Container Registry _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
