Skip to content

Commit 3cd8a48

Browse files
Update docker/login-action action to v4
1 parent 0a37c52 commit 3cd8a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/webapp-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: docker/setup-buildx-action@v3
4040

4141
- name: Login to the GitHub Container Registry
42-
uses: docker/login-action@v3
42+
uses: docker/login-action@v4
4343
with:
4444
registry: ghcr.io
4545
username: ${{ secrets.GHCR_USER }}

0 commit comments

Comments
 (0)