Skip to content

Commit

Permalink
attempt to fix build problem by updating peter-evans (#776)
Browse files Browse the repository at this point in the history
  • Loading branch information
googley42 authored Jan 10, 2025
1 parent a3beb4a commit a59764e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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@v7.0.6
with:
body: |-
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.
Expand Down

0 comments on commit a59764e

Please sign in to comment.