From 9adfed7f038c5b009923dbc4c9f7b2419b97dcf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 00:20:57 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 3.6.0 to 4.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/5e57cd118135c172c3672efd75eb46360885c0ef...4907a6ddec9925e35a0a9e82d7399ccc52663121) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-labctl-image.yml | 2 +- .github/workflows/publish-schemas.yml | 2 +- .github/workflows/publish-service-images.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-labctl-image.yml b/.github/workflows/publish-labctl-image.yml index f5fe124..a48e36f 100644 --- a/.github/workflows/publish-labctl-image.yml +++ b/.github/workflows/publish-labctl-image.yml @@ -90,7 +90,7 @@ jobs: uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 - name: Log in to GHCR - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/publish-schemas.yml b/.github/workflows/publish-schemas.yml index 0506e4b..eeb8ea0 100644 --- a/.github/workflows/publish-schemas.yml +++ b/.github/workflows/publish-schemas.yml @@ -73,7 +73,7 @@ jobs: run: moon run schemas:check - name: Login to GHCR - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/publish-service-images.yml b/.github/workflows/publish-service-images.yml index 7bcc14f..ca0f2cb 100644 --- a/.github/workflows/publish-service-images.yml +++ b/.github/workflows/publish-service-images.yml @@ -62,7 +62,7 @@ jobs: uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 - name: Login to GHCR - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }}