From afd17a975d1f12c5035ec9ea8dab2ce45761bea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 07:20:25 +0000 Subject: [PATCH] Bump docker/login-action from 3.3.0 to 4.0.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/9780b0c442fbb1117ed29e0efdff1e18412f7567...b45d80f862d83dbcd57f89517bcf500b2ab88fb2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... 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..8f6a227 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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2' with: username: 'oauth2accesstoken' password: '${{ steps.auth.outputs.access_token }}'