File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout Repository
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
15
15
- name : Setup PHP
16
16
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout Repository
13
- uses : actions/checkout@v4
13
+ uses : actions/checkout@v5
14
14
15
15
- name : Setup PHP
16
16
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
with :
19
19
ref : ${{ github.head_ref }}
20
20
Original file line number Diff line number Diff line change 11
11
name : phpstan
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
16
16
- name : Setup PHP
17
17
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout code
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
29
29
- name : Setup PHP
30
30
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