chore(deps): update docker/login-action action to v3 (#2515)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/2558/head
renovate[bot] 2024-01-10 15:01:10 +01:00 zatwierdzone przez GitHub
rodzic 56d4967eb7
commit 0ae189207f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -29,7 +29,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Login to GitHub Container Registry
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}