File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
ci :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v4
11
11
12
12
- name : Install Dependencies
13
13
run : sudo apt-get install gettext
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@v2
12
+ - uses : actions/checkout@v4
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.12"
15
15
BRANCH : " cron/sync/3.12"
16
16
steps :
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
ref : ${{ env.VERSION }}
20
20
Original file line number Diff line number Diff line change 13
13
# added or changed files to the repository.
14
14
contents : write
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@v4
17
17
18
18
- name : Install poetry
19
19
uses : abatilo/actions-poetry@v3
You can’t perform that action at this time.
0 commit comments