diff --git a/.github/workflows/image-actions.yml b/.github/workflows/image-actions.yml index 20834e891fe..03049cecb45 100644 --- a/.github/workflows/image-actions.yml +++ b/.github/workflows/image-actions.yml @@ -34,7 +34,7 @@ jobs: - name: Create Pull Request if: | # If it's not a Pull Request then commit any changes as a new PR. github.event_name != 'pull_request' && steps.compress_images.outputs.markdown != '' - uses: peter-evans/create-pull-request@v3.10.1 + uses: peter-evans/create-pull-request@v3.11.0 with: title: Auto Compress Images branch-suffix: timestamp diff --git a/.github/workflows/updateVersions.yml b/.github/workflows/updateVersions.yml index e22d1210661..f6ff08aff38 100644 --- a/.github/workflows/updateVersions.yml +++ b/.github/workflows/updateVersions.yml @@ -23,7 +23,7 @@ jobs: includePackageJson: true includeDnnReactCommon: true - name: Create Pull Request - uses: peter-evans/create-pull-request@v3.10.1 + uses: peter-evans/create-pull-request@v3.11.0 with: commit-message: Updates versions as per release candidate creation title: Updates versions as per release candidate creation