From 0801501b9eab7fd4f26cbbe21a2107d0871ea066 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 17:04:49 +0000 Subject: [PATCH] Bump docker/login-action from 3 to 4.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4.1.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-pr-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-pr-dev.yml b/.github/workflows/docker-pr-dev.yml index 3076d70042..142312cdea 100644 --- a/.github/workflows/docker-pr-dev.yml +++ b/.github/workflows/docker-pr-dev.yml @@ -41,14 +41,14 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to Harbor - uses: docker/login-action@v3 + uses: docker/login-action@v4.1.0 with: registry: ${{ env.REGISTRY_HARBOR }} username: ${{ vars.REGISTRY_USER }} password: ${{ secrets.registry_password }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4.1.0 with: registry: ghcr.io username: ${{ github.repository_owner }}