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 47
47
name : Build translated docs
48
48
runs-on : ubuntu-latest
49
49
steps :
50
- - uses : actions/checkout@v4
50
+ - uses : actions/checkout@v5
51
51
with :
52
52
fetch-depth : 5
53
53
@@ -113,7 +113,7 @@ jobs:
113
113
name : Lint translations
114
114
runs-on : ubuntu-latest
115
115
steps :
116
- - uses : actions/checkout@v4
116
+ - uses : actions/checkout@v5
117
117
with :
118
118
fetch-depth : 5
119
119
@@ -173,7 +173,7 @@ jobs:
173
173
name : Check for zero-width space characters
174
174
runs-on : ubuntu-latest
175
175
steps :
176
- - uses : actions/checkout@v4
176
+ - uses : actions/checkout@v5
177
177
with :
178
178
ref : ${{ inputs.version }}
179
179
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
30
30
# 1- Set up environment
31
31
32
32
- name : Check out this repository
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
35
35
- name : Checkout CPython ${{ env.PYDOC_VERSION }}
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@v5
37
37
with :
38
38
repository : ' python/cpython'
39
39
ref : ${{ env.PYDOC_VERSION }}
44
44
echo "LANGUAGE_DIR=cpython/Doc/locales/${{ env.PYDOC_LANGUAGE }}/LC_MESSAGES" >> $GITHUB_ENV
45
45
46
46
- name : Checkout this repository ${{ env.PYDOC_VERSION }}
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@v5
48
48
with :
49
49
ref : ${{ env.PYDOC_VERSION }}
50
50
path : ${{ env.LANGUAGE_DIR }}
You can’t perform that action at this time.
0 commit comments