diff --git a/.github/workflows/build-python-debian.yaml b/.github/workflows/build-python-debian.yaml index 9916f06..d20fd03 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.2.0 + uses: docker/login-action@v3.3.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}