From 50c4cdc84db05f83233ba9bb5384862dbd135649 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 07:35:18 +0000 Subject: [PATCH] Bump docker/login-action from 3.3.0 to 3.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/9780b0c442fbb1117ed29e0efdff1e18412f7567...5e57cd118135c172c3672efd75eb46360885c0ef) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.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 b8a2f06..aa1db79 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -77,7 +77,7 @@ jobs: - name: Docker Auth id: docker-auth - uses: 'docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567' + uses: 'docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef' with: username: 'oauth2accesstoken' password: '${{ steps.auth.outputs.access_token }}'