From e15f0836bfef5a1e546d12a6341347deb6307e0f Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 28 May 2024 08:10:16 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3.2.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 0b9e453..04380b3 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@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 + uses: https://github.com/docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0 with: registry: code.mor.re username: ${{ github.repository_owner }} -- 2.40.1