From cc549a66d8a005733aab454f8776b9a3dedb0f1c Mon Sep 17 00:00:00 2001 From: ivanmilevtues Date: Tue, 24 Jun 2025 13:22:32 +0200 Subject: [PATCH] Older action version --- .github/workflows/update-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index d910b32..079e27a 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -62,7 +62,7 @@ jobs: - name: Fetch CodeBoarding Documentation timeout-minutes: 30 id: codeboarding - uses: CodeBoarding/CodeBoarding-GHAction@main + uses: CodeBoarding/CodeBoarding-GHAction@0.0.7 with: repository_url: ${{ github.event.inputs.repository_url }} source_branch: ${{ steps.set-branches.outputs.source_branch }}