Bump docker/login-action from 2 to 3 (#106)

This commit is contained in:
dependabot[bot]
2023-09-13 08:10:30 -04:00
committed by GitHub
parent d91229511c
commit d96a3b89a8

View File

@@ -18,7 +18,7 @@ jobs:
distribution: 'temurin'
cache: 'maven'
- name: Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}