From 85efb2bcc7b7b7ed08341afebc0be42a470abe86 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 4 Mar 2026 09:09:59 +0000 Subject: [PATCH] chore(deps): update https://github.com/docker/login-action action to v4 --- .forgejo/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index 4bf91a8..45f569a 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: - name: Login to registry if: github.event_name != 'pull_request' - uses: https://github.com/docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: https://github.com/docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry: code.mor.re username: ${{ github.repository_owner }}