diff --git a/.github/workflows/python-cd.yml b/.github/workflows/python-cd.yml index 9807b82..0d61528 100644 --- a/.github/workflows/python-cd.yml +++ b/.github/workflows/python-cd.yml @@ -85,7 +85,7 @@ jobs: pytest --cov=./ --cov-report=xml --cov-report=term - name: Log in to GitHub Container Registry - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: registry: ghcr.io username: ${{ github.actor }}