From 26ce08305346e422c02158b51133ada3b93b2998 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 05:59:31 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v3 --- .github/workflows/push-helm-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-helm-chart.yaml b/.github/workflows/push-helm-chart.yaml index 507a083..48361c8 100644 --- a/.github/workflows/push-helm-chart.yaml +++ b/.github/workflows/push-helm-chart.yaml @@ -68,7 +68,7 @@ jobs: exit 1 - name: Login to GHCR Registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io/stakater username: ${{ secrets.GHCR_USERNAME }}