diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 736cecd29adb3..ff280b3aff319 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -114,9 +114,6 @@ jobs: steps: - name: Checkout Branch uses: taiki-e/checkout-action@v1 - with: - show-progress: false - persist-credentials: false - name: Install Rust Toolchain uses: ./.github/actions/rustup @@ -195,9 +192,6 @@ jobs: steps: - name: Checkout Branch uses: taiki-e/checkout-action@v1 - with: - show-progress: false - persist-credentials: false - name: Install Node.js uses: actions/setup-node@v4 diff --git a/.github/workflows/ecosystem.yml b/.github/workflows/ecosystem.yml index 6fdd0a5a2a0e9..4966f10f38904 100644 --- a/.github/workflows/ecosystem.yml +++ b/.github/workflows/ecosystem.yml @@ -61,7 +61,6 @@ jobs: - name: Clone ${{ matrix.repository }} uses: taiki-e/checkout-action@v1 with: - show-progress: false repository: ${{ matrix.repository }} ref: ${{ matrix.ref }} path: ./e2e