Skip to content

Commit

Permalink
ci: remove some redundant lines that are showing warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Apr 20, 2024
1 parent 57ad6c4 commit fe37da6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe37da6

Please sign in to comment.