@@ -20,22 +20,22 @@ jobs:
2020LOCALE :zh_CN
2121VERSION :${{ inputs.version }}
2222steps :
23- -uses :actions/checkout@v3
23+ -uses :actions/checkout@v4
2424 -name :Checkout CPython
25- uses :actions/checkout@v3
25+ uses :actions/checkout@v4
2626with :
2727repository :' python/cpython'
2828ref :${{env.VERSION}}
2929path :cpython
30- -uses :actions/cache/restore@v3
30+ -uses :actions/cache/restore@v4
3131with :
3232path :|
3333 cpython/Doc/build
3434 docs
3535key :cache-${{ inputs.version }}-${{ github.run_id }}
3636restore-keys :cache-${{ inputs.version }}-
3737 -name :Checkout Current Branch
38- uses :actions/checkout@v3
38+ uses :actions/checkout@v4
3939with :
4040ref :${{env.VERSION}}
4141path :docs
@@ -46,14 +46,14 @@ jobs:
4646run :.github/scripts/update.sh
4747env :
4848TX_TOKEN :${{ secrets.TRANSIFEX_APIKEY }}
49- -uses :actions/cache/restore@v3
49+ -uses :actions/cache/restore@v4
5050with :
5151path :cpython/Doc/build
5252key :cache-${{ inputs.version }}-${{ github.run_id }}
5353restore-keys :cache-${{ inputs.version }}-
5454 -name :build
5555run :.github/scripts/build.sh
56- -uses :actions/cache/save@v3
56+ -uses :actions/cache/save@v4
5757with :
5858path :|
5959 cpython/Doc/build