From 1bb33c3a3a9db874b23f05846c5d08813f74464b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:01:14 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 3.1.0 to 3.3.0 (#7) --- .github/workflows/chart-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-publish.yaml b/.github/workflows/chart-publish.yaml index 701b2bc..eca974a 100644 --- a/.github/workflows/chart-publish.yaml +++ b/.github/workflows/chart-publish.yaml @@ -43,7 +43,7 @@ jobs: helm-docs -t README.md.gotmpl -o README.md -b for-the-badge - name: Login to GHCR - uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0 with: registry: ghcr.io username: ${ GITHUB_REPOSITORY_OWNER }