From a941133bd1de25ea47e98413ec392755b97e5559 Mon Sep 17 00:00:00 2001 From: rozyczko Date: Fri, 19 Sep 2025 14:56:06 +0200 Subject: [PATCH] typo in action name --- .github/workflows/documentation-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-build.yml b/.github/workflows/documentation-build.yml index 313857a2..26e350ef 100644 --- a/.github/workflows/documentation-build.yml +++ b/.github/workflows/documentation-build.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@5 + uses: actions/checkout@v5 with: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo - name: Upgrade pip