File tree 3 files changed +7
-7
lines changed 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
17
17
steps :
18
18
- name : " Checkout"
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
21
21
- name : " Create release"
22
22
uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change 18
18
php-version : " 8.1"
19
19
20
20
- name : " Checkout phpstan-src"
21
- uses : actions/checkout@v3
21
+ uses : actions/checkout@v4
22
22
with :
23
23
repository : phpstan/phpstan-src
24
24
ref : 1.10.x
Original file line number Diff line number Diff line change 16
16
runs-on : " ubuntu-latest"
17
17
steps :
18
18
- name : " Checkout"
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
with :
21
21
ref : ${{ github.head_ref }}
22
22
fetch-depth : ' 0'
30
30
run : " composer install"
31
31
working-directory : ./extractor
32
32
- name : " Checkout"
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
34
34
with :
35
35
repository : " php/php-src"
36
36
path : " php-src"
42
42
- name : " Delete checked out php-src repo"
43
43
run : " rm -rf php-src"
44
44
- name : " Checkout PHP 8.1"
45
- uses : actions/checkout@v3
45
+ uses : actions/checkout@v4
46
46
with :
47
47
repository : " php/php-src"
48
48
path : " php-src"
55
55
- name : " Delete checked out php-src repo"
56
56
run : " rm -rf php-src"
57
57
- name : " Checkout PHP 8.2"
58
- uses : actions/checkout@v3
58
+ uses : actions/checkout@v4
59
59
with :
60
60
repository : " php/php-src"
61
61
path : " php-src"
68
68
- name : " Delete checked out php-src repo"
69
69
run : " rm -rf php-src"
70
70
- name : " Checkout PHP 8.3"
71
- uses : actions/checkout@v3
71
+ uses : actions/checkout@v4
72
72
with :
73
73
repository : " php/php-src"
74
74
path : " php-src"
You can’t perform that action at this time.
0 commit comments