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 fe7f295 + eea3a10 commit 6fa3b18Copy full SHA for 6fa3b18
1 file changed
.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 }}"
0 commit comments