From 4fbeeb169b23ebf08197ce06713a7bfe31cd7339 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:26:10 +0100 Subject: [PATCH] Bump docker/login-action from 2 to 3 in /.github/actions/dbp-charts/verify-helm (#367) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/dbp-charts/verify-helm/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/dbp-charts/verify-helm/action.yml b/.github/actions/dbp-charts/verify-helm/action.yml index 861b86fd2..4a5790e06 100644 --- a/.github/actions/dbp-charts/verify-helm/action.yml +++ b/.github/actions/dbp-charts/verify-helm/action.yml @@ -72,14 +72,14 @@ runs: with: version: ${{ inputs.kubectl_version }} - name: Login to Quay.io - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: quay.io username: ${{ inputs.quay_username }} password: ${{ inputs.quay_password }} if: ${{ inputs.acs_version != 'community' }} - name: Login to Docker Hub - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: username: ${{ inputs.docker_username}} password: ${{ inputs.docker_password }}