File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Merge
15- uses : nucleos/auto-merge-action@1.0 .0
15+ uses : nucleos/auto-merge-action@1.3 .0
1616 env :
1717 " GITHUB_TOKEN " : ${{ secrets.GITHUB_TOKEN }}
1818 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v2
12+ uses : actions/checkout@v5
1313 with :
1414 ref : main
1515 fetch-depth : 0
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v2
12+ uses : actions/checkout@v5
1313 with :
1414 ref : main
1515 fetch-depth : 0
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v5
2929
3030 - name : Setup PHP
3131 uses : shivammathur/setup-php@v2
6565
6666 - name : Upload code coverage report
6767 if : ${{ matrix.coverage == true }}
68- uses : codecov/codecov-action@v1 .5.0
68+ uses : codecov/codecov-action@v5 .5.1
6969 with :
7070 file : build/logs/clover.xml
7171 flags : php
8484
8585 steps :
8686 - name : Checkout
87- uses : actions/checkout@v2
87+ uses : actions/checkout@v5
8888
8989 - name : Setup PHP
9090 uses : shivammathur/setup-php@v2
@@ -123,7 +123,7 @@ jobs:
123123
124124 steps :
125125 - name : Checkout
126- uses : actions/checkout@v2
126+ uses : actions/checkout@v5
127127
128128 - name : Setup PHP
129129 uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments