From 3d94f7f493f6d0f206bf387b90d888ae38a95774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 20:24:54 +0000 Subject: [PATCH] Bump docker/login-action from 3.6.0 to 4.2.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 4.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.6.0...v4.2.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-docker.yaml b/.github/workflows/release-docker.yaml index 3fdbc51..96b2723 100644 --- a/.github/workflows/release-docker.yaml +++ b/.github/workflows/release-docker.yaml @@ -38,7 +38,7 @@ jobs: unzip ./target/request-sink-${{ inputs.version }}.zip -d ./target/jpackage-image/request-sink/ - name: Log in to the Container registry - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v4.2.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}