diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 353e091..c6cef6d 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -49,7 +49,7 @@ jobs: - name: Request a PR to commit changes if: ${{ github.repository_owner == 'masesgroup' && inputs.GeneratePR == true }} #do not push any changes outside main repo or GeneratePR is false - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: branch-suffix: short-commit-hash add-paths: docs/*.*