diff --git a/.github/workflows/build-python-debian.yaml b/.github/workflows/build-python-debian.yaml index 6c28dd7..3b07064 100644 --- a/.github/workflows/build-python-debian.yaml +++ b/.github/workflows/build-python-debian.yaml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Log in to the Container registry - uses: docker/login-action@v3.4.0 + uses: docker/login-action@v3.5.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}