From a862f0ae2861ef9eb95301a2bad0d18663b4db33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:41:53 +0000 Subject: [PATCH] CI: 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] Link: https://github.com/openwrt/actions-shared-workflows/pull/98 Signed-off-by: Hauke Mehrtens --- .github/workflows/push-containers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-containers.yml b/.github/workflows/push-containers.yml index d64983b..7253500 100644 --- a/.github/workflows/push-containers.yml +++ b/.github/workflows/push-containers.yml @@ -80,7 +80,7 @@ jobs: run: tar -xf tools.tar - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -182,7 +182,7 @@ jobs: echo "toolchain-name=$TOOLCHAIN_NAME" >> $GITHUB_OUTPUT - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}