@@ -20,22 +20,22 @@ jobs:
20
20
LOCALE :zh_CN
21
21
VERSION :${{ inputs.version }}
22
22
steps :
23
- -uses :actions/checkout@v3
23
+ -uses :actions/checkout@v4
24
24
-name :Checkout CPython
25
- uses :actions/checkout@v3
25
+ uses :actions/checkout@v4
26
26
with :
27
27
repository :' python/cpython'
28
28
ref :${{env.VERSION}}
29
29
path :cpython
30
- -uses :actions/cache/restore@v3
30
+ -uses :actions/cache/restore@v4
31
31
with :
32
32
path :|
33
33
cpython/Doc/build
34
34
docs
35
35
key :cache-${{ inputs.version }}-${{ github.run_id }}
36
36
restore-keys :cache-${{ inputs.version }}-
37
37
-name :Checkout Current Branch
38
- uses :actions/checkout@v3
38
+ uses :actions/checkout@v4
39
39
with :
40
40
ref :${{env.VERSION}}
41
41
path :docs
@@ -46,14 +46,14 @@ jobs:
46
46
run :.github/scripts/update.sh
47
47
env :
48
48
TX_TOKEN :${{ secrets.TRANSIFEX_APIKEY }}
49
- -uses :actions/cache/restore@v3
49
+ -uses :actions/cache/restore@v4
50
50
with :
51
51
path :cpython/Doc/build
52
52
key :cache-${{ inputs.version }}-${{ github.run_id }}
53
53
restore-keys :cache-${{ inputs.version }}-
54
54
-name :build
55
55
run :.github/scripts/build.sh
56
- -uses :actions/cache/save@v3
56
+ -uses :actions/cache/save@v4
57
57
with :
58
58
path :|
59
59
cpython/Doc/build