@@ -11,56 +11,56 @@ runs:
1111 using : ' composite'
1212 steps :
1313 - name : Clone Simplified Chinese
14- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
14+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
1515 with :
1616 repository : github/docs-internal.zh-cn
1717 token : ${{ inputs.token }}
1818 path : translations/zh-cn
1919
2020 - name : Clone Spanish
21- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
21+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
2222 with :
2323 repository : github/docs-internal.es-es
2424 token : ${{ inputs.token }}
2525 path : translations/es-es
2626
2727 - name : Clone Portuguese
28- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
28+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
2929 with :
3030 repository : github/docs-internal.pt-br
3131 token : ${{ inputs.token }}
3232 path : translations/pt-br
3333
3434 - name : Clone Russian
35- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
35+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
3636 with :
3737 repository : github/docs-internal.ru-ru
3838 token : ${{ inputs.token }}
3939 path : translations/ru-ru
4040
4141 - name : Clone Japanese
42- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
42+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
4343 with :
4444 repository : github/docs-internal.ja-jp
4545 token : ${{ inputs.token }}
4646 path : translations/ja-jp
4747
4848 - name : Clone French
49- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
49+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
5050 with :
5151 repository : github/docs-internal.fr-fr
5252 token : ${{ inputs.token }}
5353 path : translations/fr-fr
5454
5555 - name : Clone German
56- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
56+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
5757 with :
5858 repository : github/docs-internal.de-de
5959 token : ${{ inputs.token }}
6060 path : translations/de-de
6161
6262 - name : Clone Korean
63- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
63+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
6464 with :
6565 repository : github/docs-internal.ko-kr
6666 token : ${{ inputs.token }}
0 commit comments