From e9d254ec6b2900a683543a1a2aec55f1998ae212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 13:55:58 +0000 Subject: [PATCH] build(deps): bump docker/login-action Bumps the actions group with 1 update in the / directory: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.5.2 to 4.6.0 - [Commits](https://github.com/docker/login-action/compare/v4.5.2...v4.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/emulator-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/emulator-image.yml b/.github/workflows/emulator-image.yml index 7a1e8ac..c3a12c2 100644 --- a/.github/workflows/emulator-image.yml +++ b/.github/workflows/emulator-image.yml @@ -60,7 +60,7 @@ jobs: ! docker logs smoke 2>&1 | grep -qi downloading docker rm -f smoke - - uses: docker/login-action@v4.5.2 + - uses: docker/login-action@v4.6.0 if: github.event_name != 'pull_request' with: registry: ghcr.io