From 386ac22631331cd6e915a1872ddfed294fd15ab8 Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Thu, 26 Oct 2023 12:22:19 -0400 Subject: [PATCH] no log: try to fix ci workflow --- .github/workflows/ci.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b323a4b6..21c8b1228 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 - with: - fetch-depth: 1 + uses: actions/checkout@v4 - name: Cache node_modules uses: actions/cache@v3 @@ -75,9 +73,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 - with: - fetch-depth: 1 + uses: actions/checkout@v4 - name: Set up Python 3.8 uses: actions/setup-python@v4