diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 7855852be..7140ee68d 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -676,7 +676,7 @@ jobs: cp "${{ env.ARTIFACTS_PACKAGED_DIR }}"/*.whl ./pkg - name: Login to GitHub Container Registry - uses: docker/login-action@6af3c118c8376c675363897acf1757f7a9be6583 + uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 with: registry: ghcr.io username: ${{ secrets.BOT_USERNAME }}