Update docker/login-action action to v4

This commit is contained in:
renovate[bot]
2026-03-07 01:42:59 +00:00
committed by GitHub
parent 47d250aed9
commit 93e08ad7e3

View File

@@ -35,7 +35,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Packages Docker Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}