File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 # ## MkDocs
1616 - name : Setup Python
1717 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1616 php-version : ' 7.4'
1717 extensions : xml
1818
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020
2121 - name : Validate composer config
2222 run : composer validate --strict
5353 php-version : ${{ matrix.php }}
5454 extensions : xml
5555
56- - uses : actions/checkout@v5
56+ - uses : actions/checkout@v6
5757
5858 - name : Composer Install
5959 run : composer install --ansi --prefer-dist --no-interaction --no-progress
8585 extensions : xml
8686 coverage : ${{ (matrix.php == '8.1') && 'xdebug' || 'none' }}
8787
88- - uses : actions/checkout@v5
88+ - uses : actions/checkout@v6
8989
9090 - name : Install dependencies
9191 run : composer install --ansi --prefer-dist --no-interaction --no-progress
@@ -111,7 +111,7 @@ jobs:
111111 name : Roave Backwards Compatibility Check
112112 runs-on : ubuntu-latest
113113 steps :
114- - uses : actions/checkout@v5
114+ - uses : actions/checkout@v6
115115 with :
116116 fetch-depth : 0
117117 - name : " Check for BC breaks"
Original file line number Diff line number Diff line change 1111## Miscellaneous
1212
1313- Bump actions/setup-python from 5 to 6 by [ @dependabot ] ( https://github/dependabot ) in [ #22 ] ( https://github.com/PHPOffice/Math/pull/22 )
14- - Bump actions/checkout from 4 to 5 by [ @dependabot ] ( https://github/dependabot ) in [ #21 ] ( https://github.com/PHPOffice/Math/pull/21 )
14+ - Bump actions/checkout from 4 to 5 by [ @dependabot ] ( https://github/dependabot ) in [ #21 ] ( https://github.com/PHPOffice/Math/pull/21 )
15+ - Bump actions/checkout from 5 to 6 by [ @dependabot ] ( https://github/dependabot ) in [ #23 ] ( https://github.com/PHPOffice/Math/pull/23 )
You can’t perform that action at this time.
0 commit comments