From 3b67cee20012743db5bff582e61a84339aa60b99 Mon Sep 17 00:00:00 2001 From: renovate Date: Mon, 4 Aug 2025 14:07:37 +0000 Subject: [PATCH] chore(deps): update https://github.com/docker/login-action action to v3.5.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 8c17f4c..21267e3 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@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: https://github.com/docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 with: registry: code.mor.re username: ${{ github.repository_owner }}