Merge pull request #2647 from krille-chan/dependabot/github_actions/docker/login-action-4

build: (deps): Bump docker/login-action from 3 to 4
This commit is contained in:
Krille-chan 2026-03-05 05:32:58 +01:00 committed by GitHub
commit 3165cd6fb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -191,7 +191,7 @@ jobs:
- name: Check out Git repository
uses: actions/checkout@v6
- name: Log in to the Container registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}