Update docker/login-action action to v4

This commit is contained in:
2026-04-04 15:16:56 +00:00
parent e33fc64981
commit 09f509263d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v4
- name: Login to Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ghcr.io
username: ${{ github.actor }}