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 1515 lint-docs :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - name : lint php documentation
2020 uses : sudo-bot/action-doctum@dev
2121 with :
Original file line number Diff line number Diff line change 3636 env :
3737 PDFINFO_BINARY : ${{ (matrix.os == 'ubuntu-latest') && '/usr/bin/pdfinfo' || ((matrix.os == 'macos-latest') && '/usr/local/bin/pdfinfo' || 'C:\ProgramData\Chocolatey\bin\pdfinfo.exe') }}
3838 steps :
39- - uses : actions/checkout@v4
39+ - uses : actions/checkout@v5
4040 - name : Install pdfinfo, pdftopng or pdftoppm
4141 uses : ConorMacBride/install-package@v1
4242 with :
9090 # For debugging issues
9191 - name : Archive test results
9292 if : failure()
93- uses : actions/upload-artifact@v4
93+ uses : actions/upload-artifact@v5
9494 with :
9595 name : test-run-output-${{ matrix.php-version }}-${{ matrix.os }}
9696 retention-days : 1
@@ -100,7 +100,7 @@ jobs:
100100 name : Static Analysis
101101 runs-on : ubuntu-latest
102102 steps :
103- - uses : actions/checkout@v4
103+ - uses : actions/checkout@v5
104104 - name : Use php 8.2
105105 uses : shivammathur/setup-php@v2
106106 with :
You can’t perform that action at this time.
0 commit comments