-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump peter-evans/create-pull-request from v3 to v3.4.0
- Loading branch information
1 parent
ae31993
commit 8ff8838
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ jobs: | |
run: > | ||
find ./ -type f -name '*.json' -print -exec | ||
jsonlint --in-place --insert-final-newline "{}" \; | ||
- uses: peter-evans/create-pull-request@v3 | ||
- uses: peter-evans/create-pull-request@v3.4.0 | ||
with: | ||
commit-message: "[autofix] Format JSON content" | ||
title: "[autofix] Format JSON content" | ||
|
@@ -40,7 +40,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- uses: sobolevn/[email protected] | ||
- uses: peter-evans/create-pull-request@v3 | ||
- uses: peter-evans/create-pull-request@v3.4.0 | ||
with: | ||
commit-message: "[autofix] Typo" | ||
title: "[autofix] Typo" | ||
|
@@ -63,7 +63,7 @@ jobs: | |
with: | ||
githubToken: ${{ secrets.GITHUB_TOKEN }} | ||
compressOnly: true | ||
- uses: peter-evans/create-pull-request@v3 | ||
- uses: peter-evans/create-pull-request@v3.4.0 | ||
with: | ||
commit-message: "[autofix] Optimize images" | ||
title: "[autofix] Optimize images" | ||
|