From 7418dff7db22999d8bf81809eb8a93d5dadced68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 14:07:52 +0000 Subject: [PATCH] github-actions: 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.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-riverproui.yaml | 2 +- .github/workflows/docker-riverui.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-riverproui.yaml b/.github/workflows/docker-riverproui.yaml index ecfa663f..c2b6eff2 100644 --- a/.github/workflows/docker-riverproui.yaml +++ b/.github/workflows/docker-riverproui.yaml @@ -432,7 +432,7 @@ jobs: done - name: Login to live registry - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: riverqueue.com username: river diff --git a/.github/workflows/docker-riverui.yaml b/.github/workflows/docker-riverui.yaml index d042b1ae..d021cae0 100644 --- a/.github/workflows/docker-riverui.yaml +++ b/.github/workflows/docker-riverui.yaml @@ -53,7 +53,7 @@ jobs: uses: docker/setup-buildx-action@v4 - 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 }} @@ -132,7 +132,7 @@ jobs: uses: docker/setup-buildx-action@v4 - 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 }}