From cca3580e589cbfdf2d36deaf5683549864481642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 22:52:42 +0200 Subject: [PATCH] build(deps): bump docker/login-action from 3 to 4 (#1184) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 906c531..b12a87a 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -23,7 +23,7 @@ jobs: - run: make install-ui build-ui - - uses: docker/login-action@v3 + - uses: docker/login-action@v4 with: registry: ghcr.io username: "securitybrewery"