chore(deps): update docker/login-action action to v4.5.2 (#160)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-07-28 19:35:33 +00:00
committed by GitHub
parent 5136b9210d
commit b2d97f0d88
+1 -1
View File
@@ -99,7 +99,7 @@ jobs:
- name: Log in to Container Registry
if: "!(github.event_name == 'schedule' && steps.get-version.outputs.skip == 'true')"
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}