Update docker/login-action action to v4 (#442)

This commit is contained in:
renovate[bot]
2026-03-07 10:43:08 +09:00
committed by GitHub
parent e17bd7bef5
commit 81b2ebc879

View File

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