From 7e31c6d7e1f3ce9f2431e76ca1fa6ab60cc369eb Mon Sep 17 00:00:00 2001 From: Josh Richards Date: Mon, 1 Sep 2025 12:51:32 -0400 Subject: [PATCH] fix: typo force-depth -> fetch-depth Signed-off-by: Josh Richards --- .github/workflows/sphinxbuild.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'