From 90bc85eb283d11ebacab9f5b2f1d0499a4deba23 Mon Sep 17 00:00:00 2001 From: renovate Date: Wed, 28 Jan 2026 13:12:06 +0000 Subject: [PATCH] chore(deps): update https://github.com/docker/login-action action to v3.7.0 --- .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 227c23f..9ff2b24 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@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 + uses: https://github.com/docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 with: registry: code.mor.re username: ${{ github.repository_owner }} -- 2.40.1