diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index a9e071b305090da18920a8860869771c3d622fac..5936fbe845db85a061470c41d8f35dc7bc5712eb 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@v4.2.4 with: body: |- Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.