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

This commit is contained in:
renovate[bot] 2024-07-05 07:46:43 +00:00 committed by GitHub
parent 7015be1355
commit 769ec52d9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ jobs:
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}