File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4747 name : Build translated docs
4848 runs-on : ubuntu-latest
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v5
5151 with :
5252 fetch-depth : 5
5353
@@ -113,7 +113,7 @@ jobs:
113113 name : Lint translations
114114 runs-on : ubuntu-latest
115115 steps :
116- - uses : actions/checkout@v4
116+ - uses : actions/checkout@v5
117117 with :
118118 fetch-depth : 5
119119
@@ -173,7 +173,7 @@ jobs:
173173 name : Check for zero-width space characters
174174 runs-on : ubuntu-latest
175175 steps :
176- - uses : actions/checkout@v4
176+ - uses : actions/checkout@v5
177177 with :
178178 ref : ${{ inputs.version }}
179179
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 # 1- Set up environment
3131
3232 - name : Check out this repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434
3535 - name : Checkout CPython ${{ env.PYDOC_VERSION }}
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 repository : ' python/cpython'
3939 ref : ${{ env.PYDOC_VERSION }}
4444 echo "LANGUAGE_DIR=cpython/Doc/locales/${{ env.PYDOC_LANGUAGE }}/LC_MESSAGES" >> $GITHUB_ENV
4545
4646 - name : Checkout this repository ${{ env.PYDOC_VERSION }}
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848 with :
4949 ref : ${{ env.PYDOC_VERSION }}
5050 path : ${{ env.LANGUAGE_DIR }}
You can’t perform that action at this time.
0 commit comments