From aed3fdcf333cbf4aad3c65c2a8b5af80d076d644 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 14 Mar 2025 10:11:07 +0000 Subject: [PATCH] chore(deps): update https://github.com/docker/login-action action to v3.4.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 bb1092c..7d52c27 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@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 + uses: https://github.com/docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 with: registry: code.mor.re username: ${{ github.repository_owner }}