Skip to content

Commit

Permalink
update create-pull-request action.
Browse files Browse the repository at this point in the history
  • Loading branch information
khajavi committed Mar 25, 2023
1 parent c80721f commit 5429495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,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.4
uses: peter-evans/create-pull-request@v5-beta
with:
body: |-
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.
Expand Down
2 changes: 1 addition & 1 deletion zio-sbt-ci/src/main/scala/zio/sbt/ZioSbtCiPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ object ZioSbtCiPlugin extends AutoPlugin {
),
Step.SingleStep(
name = "Create Pull Request",
uses = Some(ActionRef("peter-evans/create-pull-request@v4.2.4")),
uses = Some(ActionRef("peter-evans/create-pull-request@v5-beta")),
parameters = Map(
"title" -> "Update README.md".asJson,
"commit-message" -> "Update README.md".asJson,
Expand Down

0 comments on commit 5429495

Please sign in to comment.