From ee2ce0ef972f327e2e973119a89f7d2b623ade0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 04:42:20 +0000 Subject: [PATCH] Bump docker/login-action from 3.6.0 to 4.0.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.6.0...v4.0.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dnsproxy-latest.yml | 2 +- .github/workflows/kitchensink-latest.yml | 2 +- .github/workflows/vpn-latest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dnsproxy-latest.yml b/.github/workflows/dnsproxy-latest.yml index 1577ef8..8b9fb7a 100644 --- a/.github/workflows/dnsproxy-latest.yml +++ b/.github/workflows/dnsproxy-latest.yml @@ -49,7 +49,7 @@ jobs: uses: "docker/setup-buildx-action@v3" - name: "Login to GitHub Container Registry" - uses: "docker/login-action@v3.6.0" + uses: "docker/login-action@v4.0.0" with: registry: "ghcr.io" username: "${{ github.actor }}" diff --git a/.github/workflows/kitchensink-latest.yml b/.github/workflows/kitchensink-latest.yml index 271fe1d..61bb0dd 100644 --- a/.github/workflows/kitchensink-latest.yml +++ b/.github/workflows/kitchensink-latest.yml @@ -49,7 +49,7 @@ jobs: uses: "docker/setup-buildx-action@v3" - name: "Login to GitHub Container Registry" - uses: "docker/login-action@v3.6.0" + uses: "docker/login-action@v4.0.0" with: registry: "ghcr.io" username: "${{ github.actor }}" diff --git a/.github/workflows/vpn-latest.yml b/.github/workflows/vpn-latest.yml index eb85912..194e7d4 100644 --- a/.github/workflows/vpn-latest.yml +++ b/.github/workflows/vpn-latest.yml @@ -49,7 +49,7 @@ jobs: uses: "docker/setup-buildx-action@v3" - name: "Login to GitHub Container Registry" - uses: "docker/login-action@v3.6.0" + uses: "docker/login-action@v4.0.0" with: registry: "ghcr.io" username: "${{ github.actor }}"