File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 check-whitespace :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change @@ -24,20 +24,20 @@ jobs:
2424
2525 steps :
2626 - name : " Checkout php/doc-${{ matrix.language }}"
27- uses : " actions/checkout@v4 "
27+ uses : " actions/checkout@v5 "
2828 with :
2929 path : " ${{ matrix.language }}"
3030 repository : " php/doc-${{ matrix.language }}"
3131
3232 - name : " Checkout php/doc-en as fallback"
3333 if : " matrix.language != 'en'"
34- uses : " actions/checkout@v4 "
34+ uses : " actions/checkout@v5 "
3535 with :
3636 path : " en"
3737 repository : " php/doc-en"
3838
3939 - name : " Checkout php/doc-base"
40- uses : " actions/checkout@v4 "
40+ uses : " actions/checkout@v5 "
4141 with :
4242 path : " doc-base"
4343 repository : " php/doc-base"
You can’t perform that action at this time.
0 commit comments