File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,22 +20,22 @@ jobs:
2020 LOCALE : zh_CN
2121 VERSION : ${{ inputs.version }}
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 - name : Checkout CPython
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626 with :
2727 repository : ' python/cpython'
2828 ref : ${{env.VERSION}}
2929 path : cpython
30- - uses : actions/cache/restore@v3
30+ - uses : actions/cache/restore@v4
3131 with :
3232 path : |
3333 cpython/Doc/build
3434 docs
3535 key : cache-${{ inputs.version }}-${{ github.run_id }}
3636 restore-keys : cache-${{ inputs.version }}-
3737 - name : Checkout Current Branch
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939 with :
4040 ref : ${{env.VERSION}}
4141 path : docs
@@ -46,14 +46,14 @@ jobs:
4646 run : .github/scripts/update.sh
4747 env :
4848 TX_TOKEN : ${{ secrets.TRANSIFEX_APIKEY }}
49- - uses : actions/cache/restore@v3
49+ - uses : actions/cache/restore@v4
5050 with :
5151 path : cpython/Doc/build
5252 key : cache-${{ inputs.version }}-${{ github.run_id }}
5353 restore-keys : cache-${{ inputs.version }}-
5454 - name : build
5555 run : .github/scripts/build.sh
56- - uses : actions/cache/save@v3
56+ - uses : actions/cache/save@v4
5757 with :
5858 path : |
5959 cpython/Doc/build
You can’t perform that action at this time.
0 commit comments