diff --git a/.github/workflows/weekly_bashbeautify.yaml b/.github/workflows/weekly_bashbeautify.yaml index ec59a727f..fdabb362c 100644 --- a/.github/workflows/weekly_bashbeautify.yaml +++ b/.github/workflows/weekly_bashbeautify.yaml @@ -24,7 +24,7 @@ jobs: run: | find . -name '*.sh' -print0 | xargs -0 beautysh --indent-size 4 - name: Create New Pull Request If Needed - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: title: "Apply beautysh changes" branch-suffix: timestamp diff --git a/.github/workflows/weekly_reduceimagesize.yml b/.github/workflows/weekly_reduceimagesize.yml index d06337898..e076ac666 100644 --- a/.github/workflows/weekly_reduceimagesize.yml +++ b/.github/workflows/weekly_reduceimagesize.yml @@ -22,7 +22,7 @@ jobs: compressOnly: true - name: Create New Pull Request If Needed if: steps.calibre.outputs.markdown != '' - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: title: Compressed Images Nightly branch-suffix: timestamp diff --git a/.github/workflows/weekly_sortjson.yaml b/.github/workflows/weekly_sortjson.yaml index 1f1689365..71f4aa3d5 100644 --- a/.github/workflows/weekly_sortjson.yaml +++ b/.github/workflows/weekly_sortjson.yaml @@ -24,7 +24,7 @@ jobs: shell: bash - name: Create New Pull Request If Needed if: steps.sort.outputs.changed != '' - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: title: Json sort weekly branch-suffix: timestamp