From 01b848368843bdeab356eb0c3c5d49d00c2fe29d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 18:15:33 +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/base-pkg-image.yml | 2 +- .github/workflows/ci-builder-image.yml | 2 +- .github/workflows/container.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/base-pkg-image.yml b/.github/workflows/base-pkg-image.yml index 0fba8ee..f77f918 100644 --- a/.github/workflows/base-pkg-image.yml +++ b/.github/workflows/base-pkg-image.yml @@ -27,7 +27,7 @@ jobs: - uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3 - name: Log in to GHCR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/ci-builder-image.yml b/.github/workflows/ci-builder-image.yml index bc8f5f0..f7f580d 100644 --- a/.github/workflows/ci-builder-image.yml +++ b/.github/workflows/ci-builder-image.yml @@ -32,7 +32,7 @@ jobs: - uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v3 - name: Log in to GHCR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/container.yaml b/.github/workflows/container.yaml index 95e4618..c43d357 100644 --- a/.github/workflows/container.yaml +++ b/.github/workflows/container.yaml @@ -57,7 +57,7 @@ jobs: tool: cargo-get,just - name: Registry login - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}