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

This commit is contained in:
renovate[bot] 2023-09-12 10:27:30 +00:00 committed by Kavin
parent 8305ce0770
commit 7c83c43385

View file

@ -42,7 +42,7 @@ jobs:
with:
version: latest
- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}