From 3920a8b7fbec61aa48e2b38cdfe28051e01ca93c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 13:04:08 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 4 to 4.5.2 Bumps [docker/login-action](https://github.com/docker/login-action) from 4 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build_container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_container.yml b/.github/workflows/build_container.yml index cb9b84b3..7c9963f6 100644 --- a/.github/workflows/build_container.yml +++ b/.github/workflows/build_container.yml @@ -76,14 +76,14 @@ jobs: matrix: ${{ fromJson(needs.setup-matrix.outputs.tag_matrix) }} steps: - name: Log in to the ghcr.io registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: Log in to the docker.io registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: docker.io username: voxpupulibot