From c57d7fde8e9984ddcc6d765234367aedb0382369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:22:34 +0000 Subject: [PATCH] ci: bump docker/login-action from 3.3.0 to 4.1.0 in /.github/workflows Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.3.0...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/_supergraph_publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_supergraph_publish.yaml b/.github/workflows/_supergraph_publish.yaml index f5695ba1..8ee8713e 100644 --- a/.github/workflows/_supergraph_publish.yaml +++ b/.github/workflows/_supergraph_publish.yaml @@ -55,7 +55,7 @@ jobs: - name: Log in to GitHub Docker Registry if: steps.version.outputs.result != '' && github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags') || startsWith(github.ref, 'refs/heads/main') ) - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v4.1.0 with: registry: ghcr.io username: ${{ github.actor }}