diff --git a/.github/workflows/sphinxbuild.yml b/.github/workflows/sphinxbuild.yml index d66b60d7c..1362a6143 100644 --- a/.github/workflows/sphinxbuild.yml +++ b/.github/workflows/sphinxbuild.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: - force-depth: 0 + fetch-depth: 0 - uses: actions/setup-python@v5 with: python-version: '3.10' @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: - force-depth: 0 + fetch-depth: 0 - uses: actions/setup-python@v5 with: python-version: '3.10' @@ -51,7 +51,7 @@ jobs: steps: - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: - force-depth: 0 + fetch-depth: 0 - uses: actions/setup-python@v5 with: python-version: '3.10' @@ -74,7 +74,7 @@ jobs: steps: - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 with: - force-depth: 0 + fetch-depth: 0 - uses: actions/setup-python@v5 with: python-version: '3.10'