File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
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 code
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v5
15
15
with :
16
16
token : ${{ secrets.GITHUB_TOKEN }}
17
17
Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v4
11
+ uses : actions/checkout@v5
12
12
13
13
- name : Test if the documentation will render without warnings
14
14
run : |
Original file line number Diff line number Diff line change 15
15
- ' 8.3'
16
16
steps :
17
17
- name : Checkout
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
20
20
- name : Lint PHP
21
21
run : Build/Scripts/runTests.sh -p ${{ matrix.php }} -s lint
27
27
php : ' 8.2'
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
32
32
- name : Install testing system
33
33
run : Build/Scripts/runTests.sh -p ${{ env.php }} -s composerUpdate
You can’t perform that action at this time.
0 commit comments