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 92a98ad + 5ce797e commit 8fb2f28Copy full SHA for 8fb2f28
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@v5"
+ uses: "actions/checkout@v6"
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