From fe37da63ae055d62174aad6660f1159e7407aad4 Mon Sep 17 00:00:00 2001 From: Boshen Date: Sat, 20 Apr 2024 14:22:08 +0800 Subject: [PATCH] ci: remove some redundant lines that are showing warnings --- .github/workflows/benchmark.yml | 6 ------ .github/workflows/ecosystem.yml | 1 - 2 files changed, 7 deletions(-) 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