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

This commit is contained in:
Renovate Bot 2026-05-08 13:01:08 +00:00
parent 0a86304eb0
commit d1ad345a97
2 changed files with 2 additions and 2 deletions

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 }}