Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2507666

Browse files
authored
Update actions deps
1 parent4a41046 commit2507666

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎.github/workflows/sync.yml

Lines changed: 6 additions & 6 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp