diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1435935..7bb7d0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: python --version && sccache --version' - name: Login into registry if: github.ref == 'refs/heads/main' - uses: docker/login-action@v3.0.0 + uses: docker/login-action@v3.2.0 with: registry: ghcr.io username: ${{github.actor}}