From 97247921fc892c34384261653a002fee96f0d480 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 14 Feb 2024 13:15:27 +0000 Subject: [PATCH] chore(deps): update actions/login-action action to v3 --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index dc825fa..40deb99 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: uses: https://gitea.ocram85.com/actions/setup-buildx-action@v2 - name: Login to Gitea Package Registry - uses: https://gitea.ocram85.com/actions/login-action@v2 + uses: https://gitea.ocram85.com/actions/login-action@v3 with: registry: gitea.ocram85.com username: ${{ secrets.USERNAME }} -- 2.45.2