Skip to content

Commit a9b33cf

Browse files
committed
update github actions
1 parent 101bb16 commit a9b33cf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
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:

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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:
@@ -90,7 +90,7 @@ jobs:
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:

0 commit comments

Comments
 (0)