diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index a7528aca8..09ae43f92 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -82,7 +82,7 @@ jobs: git add README.md git commit -m "Update README.md" || echo "No changes to commit" - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.2.3 + uses: peter-evans/create-pull-request@v7.0.5 with: body: |- Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.