File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
ci :
14
14
runs-on : ubuntu-22.04
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
18
18
- uses : actions/setup-python@v5
19
19
with :
Original file line number Diff line number Diff line change 9
9
cd :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v4
12
+ - uses : actions/checkout@v5
13
13
14
14
- name : Install Dependencies
15
15
run : sudo apt-get install gettext
Original file line number Diff line number Diff line change 14
14
VERSION : " 3.13"
15
15
BRANCH : " cron/sync/3.13"
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
with :
19
19
ref : ${{ env.VERSION }}
20
20
Original file line number Diff line number Diff line change 14
14
# added or changed files to the repository.
15
15
contents : write
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
19
19
- name : Install poetry
20
20
uses : abatilo/actions-poetry@v4
27
27
28
28
29
29
- name : Checkout wiki code
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
with :
32
32
repository : ${{github.repository}}.wiki
33
33
path : markdown
You can’t perform that action at this time.
0 commit comments