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 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
# ## MkDocs
16
16
- name : Setup Python
17
17
uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 16
16
php-version : ' 7.4'
17
17
extensions : xml
18
18
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
21
21
- name : Validate composer config
22
22
run : composer validate --strict
53
53
php-version : ${{ matrix.php }}
54
54
extensions : xml
55
55
56
- - uses : actions/checkout@v4
56
+ - uses : actions/checkout@v5
57
57
58
58
- name : Composer Install
59
59
run : composer install --ansi --prefer-dist --no-interaction --no-progress
85
85
extensions : xml
86
86
coverage : ${{ (matrix.php == '8.1') && 'xdebug' || 'none' }}
87
87
88
- - uses : actions/checkout@v4
88
+ - uses : actions/checkout@v5
89
89
90
90
- name : Install dependencies
91
91
run : composer install --ansi --prefer-dist --no-interaction --no-progress
@@ -111,7 +111,7 @@ jobs:
111
111
name : Roave Backwards Compatibility Check
112
112
runs-on : ubuntu-latest
113
113
steps :
114
- - uses : actions/checkout@v4
114
+ - uses : actions/checkout@v5
115
115
with :
116
116
fetch-depth : 0
117
117
- name : " Check for BC breaks"
Original file line number Diff line number Diff line change 10
10
11
11
## Miscellaneous
12
12
13
- - Bump actions/setup-python from 5 to 6 by [ @dependabot ] ( https://github/dependabot ) in [ #22 ] ( https://github.com/PHPOffice/Math/pull/22 )
13
+ - 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 )
You can’t perform that action at this time.
0 commit comments