diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 3f7d1a367b..5ad3f7a494 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -85,7 +85,7 @@ jobs: steps: - name: Login in Github Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ansys-bot @@ -114,7 +114,7 @@ jobs: steps: - name: Login in Github Container registry - uses: docker/login-action@v2 + uses: docker/login-action@v3 with: registry: ghcr.io username: ansys-bot