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 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Git checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Prettify markdown
20
20
uses : creyD/prettier_action@v4.6
Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout code
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
fetch-depth : 2
21
21
ref : ${{ github.head_ref }}
Original file line number Diff line number Diff line change 37
37
38
38
steps :
39
39
- name : Checkout code
40
- uses : actions/checkout@v4
40
+ uses : actions/checkout@v5
41
41
42
42
- name : Setup PHP
43
43
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Checkout code
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
with :
15
15
ref : main
16
16
You can’t perform that action at this time.
0 commit comments