diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2932ca6..65a8a0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-depth: '0' + fetch-depth: 0 - name: Setup Python uses: actions/setup-python@v4 with: