diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index b50164137..536c8d743 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -77,7 +77,7 @@ jobs: uses: actions/checkout@v4 - name: "Login in Github Container registry" - uses: docker/login-action@v3.4.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ github.actor }}