From 197e35314a053ca007174a3c11b4ebbdf907ba2f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 4 Mar 2026 10:01:13 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .gitea/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index 60075fc..992d890 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -30,7 +30,7 @@ jobs: # Log in to the Gitea container registry - name: Log in to Gitea Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: git.dubyatp.xyz username: williamp