build(deps): bump docker/login-action from 4.4.0 to 4.5.2 in the updates group (#4195)

This commit is contained in:
dependabot[bot]
2026-07-29 08:06:30 -05:00
committed by GitHub
parent 614d3f481b
commit 162bd9b5f1
+2 -2
View File
@@ -178,14 +178,14 @@ jobs:
tests/test.sh
- name: Login to DockerHub
uses: docker/login-action@v4.4.0
uses: docker/login-action@v4.5.2
if: env.HAS_IMAGE_REPO_ACCESS
with:
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Login to GHCR
uses: docker/login-action@v4.4.0
uses: docker/login-action@v4.5.2
if: env.HAS_IMAGE_REPO_ACCESS
with:
registry: ghcr.io