File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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@v2 "
19
+ uses : actions/checkout@v3
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.0"
19
19
20
20
- name : " Checkout phpstan-src"
21
- uses : " actions/checkout@v2 "
21
+ uses : actions/checkout@v3
22
22
with :
23
23
repository : phpstan/phpstan-src
24
24
path : phpstan-src
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@v2 "
19
+ uses : actions/checkout@v3
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@v2 "
33
+ uses : actions/checkout@v3
34
34
with :
35
35
repository : " php/php-src"
36
36
path : " php-src"
You can’t perform that action at this time.
0 commit comments