From 4b522265d1e6c5bbdafd75fe6a991cb6afad1280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 10:29:16 +0000 Subject: [PATCH] chore(ci): bump docker/login-action in the actions-minor-patch group Bumps the actions-minor-patch group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4.5.2 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.5.2...v4.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/beta.yml | 4 ++-- .github/workflows/optimizer-release.yml | 2 +- .github/workflows/release-assets.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 6c39f3ec..e05011ba 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -101,7 +101,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to canonical GHCR namespace - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ vars.SOURCEFUL_GHCR_USER || github.actor }} @@ -131,7 +131,7 @@ jobs: cache-to: type=gha,mode=max,scope=${{ matrix.target }} - name: Login to compatibility GHCR namespace - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: frahlg diff --git a/.github/workflows/optimizer-release.yml b/.github/workflows/optimizer-release.yml index da61732e..b10715dd 100644 --- a/.github/workflows/optimizer-release.yml +++ b/.github/workflows/optimizer-release.yml @@ -175,7 +175,7 @@ jobs: ref: ${{ github.sha }} - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v4 - - uses: docker/login-action@v4.5.2 + - uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ vars.SOURCEFUL_GHCR_USER || github.actor }} diff --git a/.github/workflows/release-assets.yml b/.github/workflows/release-assets.yml index 0968dda6..f82015e6 100644 --- a/.github/workflows/release-assets.yml +++ b/.github/workflows/release-assets.yml @@ -253,7 +253,7 @@ jobs: uses: docker/setup-buildx-action@v4 - name: Login to canonical GHCR namespace - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ vars.SOURCEFUL_GHCR_USER || github.actor }} @@ -299,7 +299,7 @@ jobs: # canonical namespace, then copy that exact multi-platform manifest to # the temporary compatibility namespace under its own credentials. - name: Login to compatibility GHCR namespace - uses: docker/login-action@v4.5.2 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: frahlg