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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
zio/stable
renovate[bot] 2024-01-10 15:01:10 +01:00 committed by GitHub
parent 56d4967eb7
commit 0ae189207f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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