Skip to content

Commit 3114e7e

Browse files
author
Garvin Hicking
committed
[!][TASK] Adjust GH workflow to fix SHA commits: TYPO3-Documentation/render-guides#1194
1 parent d20b953 commit 3114e7e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1212

1313
- name: Test if the documentation will render without warnings
1414
run: |

Documentation/Howto/RenderingDocs/Index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ documentation automatically:
9898
runs-on: ubuntu-latest
9999
steps:
100100
- name: Checkout
101-
uses: actions/checkout@v4
101+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
102102
103103
- name: Test if the documentation will render without warnings
104104
run: |

Documentation/_CodeSnippets/_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1212

1313
- name: Test if the documentation will render without warnings
1414
run: |

0 commit comments

Comments
 (0)