We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e3ed69 + 061aff9 commit 628ec57Copy full SHA for 628ec57
.github/workflows/documentation.yaml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: "ubuntu-latest"
13
steps:
14
- name: "Checkout"
15
- uses: "actions/checkout@v4"
+ uses: "actions/checkout@v5"
16
17
- name: "Build"
18
uses: "phpDocumentor/phpDocumentor@master"
@@ -32,7 +32,7 @@ jobs:
32
needs: "documentation"
33
34
35
36
with:
37
repository: "phpDocumentor/docs"
38
token: "${{ secrets.BOT_TOKEN }}"
.github/workflows/integrate.yaml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: "ubuntu-22.04"
23
24
25
26
27
- name: "Install PHP"
28
uses: "shivammathur/setup-php@v2"
0 commit comments