File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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@v4
14+ uses : actions/checkout@v5
1515 # ## MkDocs
1616 - name : Setup Python
1717 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1616 php-version : ' 7.4'
1717 extensions : xml
1818
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020
2121 - name : Validate composer config
2222 run : composer validate --strict
5353 php-version : ${{ matrix.php }}
5454 extensions : xml
5555
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
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@v4
88+ - uses : actions/checkout@v5
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@v4
114+ - uses : actions/checkout@v5
115115 with :
116116 fetch-depth : 0
117117 - name : " Check for BC breaks"
You can’t perform that action at this time.
0 commit comments