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 }}