diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index 58b55bb46..b280d1623 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -121,7 +121,7 @@ jobs: # https://github.com/docker/login-action - name: Log into Docker Hub if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags') || github.ref_name == 'dev') && github.repository == 'AppDaemon/appdaemon' - uses: docker/login-action@v2.1.0 + uses: docker/login-action@v3.0.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }}