From 2f39abf35729abd06063dd945dc5dfae9181abde Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Fri, 6 Mar 2026 10:26:32 +0100 Subject: [PATCH] [!][TASK] Adjust GH workflow to fix SHA commits: https://github.com/TYPO3-Documentation/render-guides/pull/1194 --- .github/workflows/test-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-documentation.yml b/.github/workflows/test-documentation.yml index 79ac662..ffe656e 100644 --- a/.github/workflows/test-documentation.yml +++ b/.github/workflows/test-documentation.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd - name: Test if the documentation will render without warnings run: |