From fbe888eca11d211bdb9c4f552e148b8afe3ed673 Mon Sep 17 00:00:00 2001 From: Peter Chang Date: Tue, 14 Nov 2023 10:19:08 +0000 Subject: [PATCH] Update checkout action to v4 Remove fetch-depth setting as a shallow clone is sufficient --- .github/workflows/ci.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 158bf5ad8..06d145ef8 100755 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,9 +38,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v2 - with: - fetch-depth: 0 + uses: actions/checkout@v4 - name: Deploy Information if: ${{ github.event.inputs.deploy && env.python_version == env.python_deploy_version }}