From 044e6fb864296be8d5204ed8fbef230978c6356e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 09:26:22 +0000 Subject: [PATCH] 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] --- .github/workflows/build_and_release.yml | 2 +- .github/workflows/build_and_release_test_sbom.yml | 2 +- .github/workflows/build_deploy_onboard.yml | 2 +- .github/workflows/integration_fakeserver_tests.yml | 2 +- .../workflows/integration_fakeserver_tests_latest_version.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_and_release.yml b/.github/workflows/build_and_release.yml index 257300d0..328d517b 100644 --- a/.github/workflows/build_and_release.yml +++ b/.github/workflows/build_and_release.yml @@ -28,7 +28,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/build_and_release_test_sbom.yml b/.github/workflows/build_and_release_test_sbom.yml index a584b0fb..2138d09f 100644 --- a/.github/workflows/build_and_release_test_sbom.yml +++ b/.github/workflows/build_and_release_test_sbom.yml @@ -35,7 +35,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/build_deploy_onboard.yml b/.github/workflows/build_deploy_onboard.yml index 8388cc26..92f58092 100644 --- a/.github/workflows/build_deploy_onboard.yml +++ b/.github/workflows/build_deploy_onboard.yml @@ -24,7 +24,7 @@ jobs: uses: docker/metadata-action@v5 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/integration_fakeserver_tests.yml b/.github/workflows/integration_fakeserver_tests.yml index 3f683c8c..5741bf0d 100644 --- a/.github/workflows/integration_fakeserver_tests.yml +++ b/.github/workflows/integration_fakeserver_tests.yml @@ -27,7 +27,7 @@ jobs: uses: docker/metadata-action@v5 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/integration_fakeserver_tests_latest_version.yml b/.github/workflows/integration_fakeserver_tests_latest_version.yml index 6cdac386..1a140bd7 100644 --- a/.github/workflows/integration_fakeserver_tests_latest_version.yml +++ b/.github/workflows/integration_fakeserver_tests_latest_version.yml @@ -27,7 +27,7 @@ jobs: uses: docker/metadata-action@v5 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}