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
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 27
27
id-token : write # to enable use of OIDC for npm provenance
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
with :
32
32
fetch-depth : 0
33
33
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout code
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@v5
29
29
30
30
- name : Setup PHP
31
31
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments