diff --git a/.github/actions/dbp-charts/verify-helm/action.yml b/.github/actions/dbp-charts/verify-helm/action.yml index f0062da1d..bdeda152d 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 }}