We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39cd637 commit 1d3e4deCopy full SHA for 1d3e4de
.github/workflows/site.yml
@@ -82,7 +82,7 @@ jobs:
82
git add README.md
83
git commit -m "Update README.md" || echo "No changes to commit"
84
- name: Create Pull Request
85
- uses: peter-evans/create-pull-request@v4.2.3
+ uses: peter-evans/create-pull-request@v7.0.5
86
with:
87
body: |-
88
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.
0 commit comments