Update docker/login-action action to v4

This commit is contained in:
renovate[bot]
2026-08-01 20:18:46 +00:00
committed by GitHub
parent 87ef6761b9
commit 45487c5be3
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Log in to GHCR
uses: docker/login-action@v3
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}