diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index f5fde5b9..68053c4a 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -85,7 +85,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@v8.0.0 + uses: peter-evans/create-pull-request@v8.1.0 with: body: |- Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.