From 6b1c504674d938281be2d88ec043d6393a9bc61a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 14:29:51 +0000 Subject: [PATCH] ci: bump docker/login-action from 3.2.0 to 4.4.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 4.4.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.2.0...v4.4.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/registry-actions.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/registry-actions.yml b/.github/workflows/registry-actions.yml index 7313f34..2e2711e 100644 --- a/.github/workflows/registry-actions.yml +++ b/.github/workflows/registry-actions.yml @@ -66,13 +66,13 @@ jobs: sudo systemctl is-active --quiet docker || sudo systemctl start docker #- name: Log in to Docker Hub - # uses: docker/login-action@v3.2.0 + # uses: docker/login-action@v4.4.0 # with: # username: ${{ secrets.DOCKER_USERNAME }} # password: ${{ secrets.DOCKER_PASSWORD }} - name: Log in to GitHub Packages - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v4.4.0 with: registry: ghcr.io username: ${{ github.actor }}