diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 3550fbec..0bfaed53 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -84,7 +84,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@v6.0.3 with: body: |- Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.