deps: bump docker/login-action from 2 to 3

Pull-Request: #4494.
This commit is contained in:
dependabot[bot] 2023-09-21 08:27:35 +00:00 committed by GitHub
parent 2157052794
commit 484fc5693c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v2
- uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}