From f9b91eada12c954163cef13d46c30fc8ec4fc21b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:41:18 +0000 Subject: [PATCH] Bump docker/login-action from 3.3.0 to 3.5.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 3.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/9780b0c442fbb1117ed29e0efdff1e18412f7567...184bdaa0721073962dff0199f1fb9940f07167d1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.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 bb54e79..fd40a7e 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@184bdaa0721073962dff0199f1fb9940f07167d1' with: username: 'oauth2accesstoken' password: '${{ steps.auth.outputs.access_token }}'