From d03b7b6c7b5e368fd891e1a7b585341d610334c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 06:33:08 +0000 Subject: [PATCH] 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/branch-ci.yml | 2 +- .github/workflows/edge-ci.yml | 2 +- .github/workflows/release-ci.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/branch-ci.yml b/.github/workflows/branch-ci.yml index 56bc2fb..308c81e 100644 --- a/.github/workflows/branch-ci.yml +++ b/.github/workflows/branch-ci.yml @@ -72,7 +72,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to ghcr.io - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/edge-ci.yml b/.github/workflows/edge-ci.yml index e2d3744..27cd770 100644 --- a/.github/workflows/edge-ci.yml +++ b/.github/workflows/edge-ci.yml @@ -77,7 +77,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to ghcr.io - 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-ci.yml b/.github/workflows/release-ci.yml index f3ff121..d867ee7 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -23,7 +23,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to ghcr.io - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }}