From 6fb271b44cbfeb7c0cfb75349d29e34af50fff09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 12:43:02 +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/ci-go.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release-go.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-go.yml b/.github/workflows/ci-go.yml index 6a1d3ee..bfe4c82 100644 --- a/.github/workflows/ci-go.yml +++ b/.github/workflows/ci-go.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v7 - name: Login to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0aa73a4..bd0d2f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.repository_owner }} diff --git a/.github/workflows/release-go.yml b/.github/workflows/release-go.yml index 9fa78d0..05a4228 100644 --- a/.github/workflows/release-go.yml +++ b/.github/workflows/release-go.yml @@ -38,7 +38,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to GHCR - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.repository_owner }}