From 003edf80cbef5e4feaee1833d1b44c4cd439367b Mon Sep 17 00:00:00 2001 From: renovate Date: Thu, 8 Feb 2024 15:06:20 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3 --- .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 e6debe3..3dae586 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@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2.2.0 + uses: https://github.com/docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 with: registry: code.mor.re username: ${{ github.repository_owner }}