From 295a67c9d0efbdf9f4d934d58594e699907515ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 14:26:09 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 4.2.0 to 4.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.2.0 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/650006c6eb7dba73a995cc03b0b2d7f5ca915bee...dbcb813823bdd20940b903addbd779551569679f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/staging.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d95bb73..b5891d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -199,7 +199,7 @@ jobs: echo "next_public_privy_app_id=${RAW_NEXT_PUBLIC_PRIVY_APP_ID}" >> "$GITHUB_OUTPUT" - name: Log in to the Container registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index a4c14dd..d4b7e13 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -212,7 +212,7 @@ jobs: echo "next_public_privy_app_id=${RAW_NEXT_PUBLIC_PRIVY_APP_ID}" >> "$GITHUB_OUTPUT" - name: Log in to the Container registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}