Skip to content

Commit

Permalink
Merge pull request #4964 from dnnsoftware/dependabot/github_actions/p…
Browse files Browse the repository at this point in the history
…eter-evans/create-pull-request-3.12.0

Bump peter-evans/create-pull-request from 3.11.0 to 3.12.0
  • Loading branch information
mitchelsellers authored Dec 15, 2021
2 parents dbdd122 + f842071 commit a2b6b51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/image-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0
uses: peter-evans/create-pull-request@v3.12.0
with:
title: Auto Compress Images
branch-suffix: timestamp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updateVersions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: yarn install --mode=update-lockfile --no-immutable

- name: Create Pull Request
uses: peter-evans/create-pull-request@v3.11.0
uses: peter-evans/create-pull-request@v3.12.0
with:
commit-message: Updates versions as per release candidate creation
title: Updates versions as per release candidate creation
Expand Down

0 comments on commit a2b6b51

Please # to comment.