From dae74f14380b20af94cd0bda484c6ee66d6006fd Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 24 Jul 2026 13:12:44 +0000 Subject: [PATCH] chore(deps): update https://github.com/docker/login-action action to v4.5.1 --- .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 a5c73f4..7a429ec 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@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: https://github.com/docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry: code.mor.re username: ${{ github.repository_owner }}