From f3b0fff28afcfe4438b0333bbe0e62cd011d6f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 16:22:31 +0000 Subject: [PATCH] build(deps): Bump docker/login-action from 4.3.0 to 4.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.3.0 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.3.0...v4.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 791c3df3..e7e0f7ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: with: go-version-file: 'go.mod' cache: true - - uses: docker/login-action@v4.3.0 + - uses: docker/login-action@v4.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -132,7 +132,7 @@ jobs: strategy: matrix: ${{ fromJSON(needs.goreleaser.outputs.image_subjects) }} steps: - - uses: docker/login-action@v4.3.0 + - uses: docker/login-action@v4.6.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}