Module: kamailio Branch: master Commit: 81b520bc0c8e0d0377a6bcec2a87cea53d8c03ab URL: https://github.com/kamailio/kamailio/commit/81b520bc0c8e0d0377a6bcec2a87cea53d8c03ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Committer: Henning Westerholt <[email protected]> Date: 2026-03-11T09:52:30+01:00 github: [skip ci]: bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/login-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/devcontainer.yaml Modified: .github/workflows/rpm.yml --- Diff: https://github.com/kamailio/kamailio/commit/81b520bc0c8e0d0377a6bcec2a87cea53d8c03ab.diff Patch: https://github.com/kamailio/kamailio/commit/81b520bc0c8e0d0377a6bcec2a87cea53d8c03ab.patch --- diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml index c51ca6c3d30..f058fa7e5fa 100644 --- a/.github/workflows/alpine.yml +++ b/.github/workflows/alpine.yml @@ -106,7 +106,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -395,7 +395,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/devcontainer.yaml b/.github/workflows/devcontainer.yaml index f1dea37575a..524d9b8cd76 100644 --- a/.github/workflows/devcontainer.yaml +++ b/.github/workflows/devcontainer.yaml @@ -48,7 +48,7 @@ jobs: - name: Login to GitHub Container Registry if: steps.changed-files-builder.outputs.any_changed == 'true' || inputs.force - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/rpm.yml b/.github/workflows/rpm.yml index c5cd32e02f5..4f250b6d89e 100644 --- a/.github/workflows/rpm.yml +++ b/.github/workflows/rpm.yml @@ -116,7 +116,7 @@ jobs: if: "! contains(fromJson('[\"x86_64\", \"aarch64\"]'), matrix.arch)" - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} _______________________________________________ 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!
