File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout code
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
submodules : recursive
Original file line number Diff line number Diff line change 36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- name : Checkout code
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
with :
41
41
fetch-depth : 0
42
42
submodules : recursive
Original file line number Diff line number Diff line change 26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Checkout code
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
with :
31
31
fetch-depth : 0
32
32
submodules : recursive
Original file line number Diff line number Diff line change 12
12
contents : write
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
- uses : pnpm/action-setup@v4
17
17
18
18
- name : Setup Node.js environment
Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ jobs:
23
23
go-version : " 1.24"
24
24
25
25
- name : Checkout frontend codes
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
with :
28
28
fetch-depth : 0
29
29
submodules : recursive
30
30
31
31
- name : Checkout backend codes
32
- uses : actions/checkout@v4
32
+ uses : actions/checkout@v5
33
33
with :
34
34
repository : ${{ vars.SYNC_LANG_ENV_BACKEND_REPOSITORY || 'OpenListTeam/OpenList' }}
35
35
ref : main
Original file line number Diff line number Diff line change 12
12
name : Sync Repository
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
You can’t perform that action at this time.
0 commit comments