From ad6de1fd9957efb18de6ca10e5c1a4dff86af952 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 12 Jun 2026 00:02:54 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4 --- .gitea/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yml b/.gitea/workflows/build-and-publish.yml index a604c8a..4d799e8 100644 --- a/.gitea/workflows/build-and-publish.yml +++ b/.gitea/workflows/build-and-publish.yml @@ -101,7 +101,7 @@ jobs: - name: Log in to the Gitea container registry if: github.event_name != 'pull_request' - uses: docker/login-action@v3 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.repository_owner }}