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