Skip to content

Commit a59764e

Browse files
authored
attempt to fix build problem by updating peter-evans (#776)
1 parent a3beb4a commit a59764e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
git add README.md
7272
git commit -m "Update README.md" || echo "No changes to commit"
7373
- name: Create Pull Request
74-
uses: peter-evans/create-pull-request@v4.2.3
74+
uses: peter-evans/create-pull-request@v7.0.6
7575
with:
7676
body: |-
7777
Autogenerated changes after running the `sbt docs/generateReadme` command of the [zio-sbt-website](https://zio.dev/zio-sbt) plugin.

0 commit comments

Comments
 (0)