From 829e0e71a9bffc306cbb553ee4b016425343f3eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 10:04:12 +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/dashboard-build-container.yml | 2 +- .github/workflows/release-next.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dashboard-build-container.yml b/.github/workflows/dashboard-build-container.yml index 5e3358a6..547bac4f 100644 --- a/.github/workflows/dashboard-build-container.yml +++ b/.github/workflows/dashboard-build-container.yml @@ -37,7 +37,7 @@ jobs: git config user.email "${{ github.actor }}@users.noreply.github.com" - name: Login to GitHub Container Registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/release-next.yml b/.github/workflows/release-next.yml index af739a08..da40bc30 100644 --- a/.github/workflows/release-next.yml +++ b/.github/workflows/release-next.yml @@ -48,7 +48,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to GitHub Docker Registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 58f09afa..b653bf27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to GitHub Docker Registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }}