Merge pull request #4589 from Growstuff/dependabot/github_actions/docker/login-action-4

Bump docker/login-action from 3 to 4
This commit is contained in:
Daniel O'Connor
2026-04-27 18:34:50 +09:30
committed by GitHub

View File

@@ -20,7 +20,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}