From 89706bf0448705cb3d077b410a28611e1dbbf2ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 4 Mar 2026 22:12:06 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 (#64) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/login-action](https://github.com/docker/login-action) | action | major | `v3` → `v4` | --- ### Release Notes
docker/login-action (docker/login-action) ### [`v4`](https://github.com/docker/login-action/compare/v3...v4) [Compare Source](https://github.com/docker/login-action/compare/v3...v4)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://git.tainton.uk/actions/gha-workflows/pulls/64 Co-authored-by: renovate[bot] Co-committed-by: renovate[bot] --- .gitea/workflows/build-push-docker.yml | 4 ++-- .github/workflows/build-push-attest-docker.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/build-push-docker.yml b/.gitea/workflows/build-push-docker.yml index 9bda8ae..8ef850f 100644 --- a/.gitea/workflows/build-push-docker.yml +++ b/.gitea/workflows/build-push-docker.yml @@ -52,14 +52,14 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log in to Gitea Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ${{ inputs.registry }} username: ${{ inputs.actions_username }} password: ${{ secrets.ACTIONS_TOKEN }} - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ inputs.ghcr_username }} diff --git a/.github/workflows/build-push-attest-docker.yml b/.github/workflows/build-push-attest-docker.yml index a9d8d75..a16ac8d 100644 --- a/.github/workflows/build-push-attest-docker.yml +++ b/.github/workflows/build-push-attest-docker.yml @@ -32,7 +32,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.actor }}