From f6f14be3b2f39a47f55ba53fba66b1cab875521d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:26:30 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3 --- .github/workflows/build-docker-image.yml | 2 +- .github/workflows/self-hosted-build-docker-image.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-docker-image.yml b/.github/workflows/build-docker-image.yml index 8d9e7fe..d2276e9 100644 --- a/.github/workflows/build-docker-image.yml +++ b/.github/workflows/build-docker-image.yml @@ -38,7 +38,7 @@ jobs: uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2.4.1 - name: Login to GitHub Container Registry - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: ${{ github.event_name != 'pull_request' }} with: registry: ghcr.io diff --git a/.github/workflows/self-hosted-build-docker-image.yml b/.github/workflows/self-hosted-build-docker-image.yml index 319cb16..c59cdbd 100644 --- a/.github/workflows/self-hosted-build-docker-image.yml +++ b/.github/workflows/self-hosted-build-docker-image.yml @@ -38,7 +38,7 @@ jobs: uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2.4.1 - name: Login to GitHub Container Registry - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 if: ${{ github.event_name != 'pull_request' }} with: registry: ghcr.io