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 8
8
9
9
steps :
10
10
- name : Checkout code
11
- uses : actions/checkout@v4.2.2
11
+ uses : actions/checkout@v5.0.0
12
12
with :
13
13
ref : ${{ github.head_ref }}
14
14
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.2.2
14
+ - uses : actions/checkout@v5.0.0
15
15
16
16
- name : Setup PHP
17
17
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Checkout code
34
- uses : actions/checkout@v4.2.2
34
+ uses : actions/checkout@v5.0.0
35
35
36
36
- name : Setup PHP
37
37
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.2.2
13
+ uses : actions/checkout@v5.0.0
14
14
with :
15
15
ref : main
16
16
You can’t perform that action at this time.
0 commit comments