chore(deps): update docker/login-action action to v4 #61

Closed
renovate-bot wants to merge 1 commit from renovate/docker-login-action-4.x into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit d1ad345a97 - Show all commits

View file

@ -37,7 +37,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}

View file

@ -30,7 +30,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
uses: docker/login-action@v4
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}