Skip to content

Commit edc3779

Browse files
authored
Merge pull request #14 from serenity-js/renovate/docker-login-action-4.x
Update docker/login-action action to v4
2 parents e49c947 + 4af3eac commit edc3779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: docker/setup-buildx-action@v3.12.0
7474

7575
- name: Log in to GitHub Container Registry
76-
uses: docker/login-action@v3.7.0
76+
uses: docker/login-action@v4.2.0
7777
with:
7878
registry: ghcr.io
7979
username: ${{ github.actor }}

0 commit comments

Comments
 (0)