From 270e0d948d050b22d1d68d907e2ef53c5ea432ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 05:07:59 +0000 Subject: [PATCH] Bump docker/login-action from 3.5.0 to 3.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-with-upstream.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-with-upstream.yml b/.github/workflows/release-with-upstream.yml index bbf2a40..7e57578 100644 --- a/.github/workflows/release-with-upstream.yml +++ b/.github/workflows/release-with-upstream.yml @@ -94,7 +94,7 @@ jobs: labels: ${{ env.IMAGE_LABELS }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ env.HUB_REPO }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8eb00d1..44932a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: labels: ${{ env.IMAGE_LABELS }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ env.HUB_REPO }}