diff --git a/.github/workflows/phpdoc.yml b/.github/workflows/phpdoc.yml index fa81e14f..401195fa 100644 --- a/.github/workflows/phpdoc.yml +++ b/.github/workflows/phpdoc.yml @@ -30,7 +30,7 @@ jobs: run: phpdoc -d ./src -t ./docs - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update documentation