Skip to content

Commit 2507666

Browse files
authored
Update actions deps
1 parent 4a41046 commit 2507666

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/sync.yml

+6-6
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)