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 a3beb4a commit a59764eCopy full SHA for a59764e
.github/workflows/site.yml
@@ -71,7 +71,7 @@ jobs:
71
git add README.md
72
git commit -m "Update README.md" || echo "No changes to commit"
73
- name: Create Pull Request
74
- uses: peter-evans/create-pull-request@v4.2.3
+ uses: peter-evans/create-pull-request@v7.0.6
75
with:
76
body: |-
77
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.
0 commit comments