ci: update docker/login-action action to v3

This commit is contained in:
renovate[bot] 2023-09-14 00:51:52 +00:00 committed by GitHub
parent 015ee60420
commit 1b34e2f492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ jobs:
uses: docker/setup-buildx-action@v2
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: cmur2
password: ${{ secrets.DOCKER_TOKEN }}