From f30e083bb8827f67884dd201c06d307dfccf7062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 21:18:43 +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/publish-admin.yml | 2 +- .github/workflows/publish-service.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-admin.yml b/.github/workflows/publish-admin.yml index 33bc3ab..9fdbb19 100644 --- a/.github/workflows/publish-admin.yml +++ b/.github/workflows/publish-admin.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Log in to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/publish-service.yml b/.github/workflows/publish-service.yml index 0487bc6..24ee556 100644 --- a/.github/workflows/publish-service.yml +++ b/.github/workflows/publish-service.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 - name: Log in to GHCR - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}