File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 name : Coding style
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@master
9+ - uses : actions/checkout@main
1010 - uses : shivammathur/setup-php@v2
1111 with :
1212 php-version : ' 7.2'
4545 php-version : ' 8.1'
4646
4747 steps :
48- - uses : actions/checkout@master
48+ - uses : actions/checkout@main
4949 - name : Setup PHP
5050 uses : shivammathur/setup-php@v2
5151 with :
Original file line number Diff line number Diff line change 11on :
22 push :
33 branches :
4- - master
4+ - main
55name : Insight SDK (release)
66
77jobs :
1515 AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
1616
1717 steps :
18- - uses : actions/checkout@master
18+ - uses : actions/checkout@main
1919 - name : Setup PHP
2020 uses : shivammathur/setup-php@v2
2121 with :
You can’t perform that action at this time.
0 commit comments