From ae3bef0e7e2112c2a4b74ee118212b6390b675a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 10:08:59 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 3 to 4 Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3...v4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dashboard-build-container.yml | 2 +- .github/workflows/release-next.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dashboard-build-container.yml b/.github/workflows/dashboard-build-container.yml index fc6ffd8c..eb5ff0ea 100644 --- a/.github/workflows/dashboard-build-container.yml +++ b/.github/workflows/dashboard-build-container.yml @@ -37,7 +37,7 @@ jobs: git config user.email "${{ github.actor }}@users.noreply.github.com" - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} diff --git a/.github/workflows/release-next.yml b/.github/workflows/release-next.yml index 7a9c648b..dec7d914 100644 --- a/.github/workflows/release-next.yml +++ b/.github/workflows/release-next.yml @@ -48,7 +48,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to GitHub Docker Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9132ae97..1044cf67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Login to GitHub Docker Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}