From c21ccd9c692048257da5c26fa1f213c4a9dcc08c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 07:36:52 +0000 Subject: [PATCH] Bump docker/login-action from 3.3.0 to 3.7.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/9780b0c442fbb1117ed29e0efdff1e18412f7567...c94ce9fb468520275223c153574b00df6fe4bcc9) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 49d5d08..59eb425 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -75,7 +75,7 @@ jobs: - name: Docker Auth id: docker-auth - uses: 'docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567' + uses: 'docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9' with: username: 'oauth2accesstoken' password: '${{ steps.auth.outputs.access_token }}'