diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 3e0b613..5bc8d8b 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -119,7 +119,7 @@ jobs: uses: actions/checkout@v5.0.0 - name: Log in to GitHub Container Registry - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ github.actor }}