Skip to content

Commit 21169ff

Browse files
Bump peter-evans/create-pull-request from 7.0.3 to 7.0.5 (#42708)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.3 to 7.0.5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@6cd32fd...5e91468) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cea0c3f commit 21169ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/clean-repo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
# Create the PR for the work done by the "clean repo" tool
4848
- name: create-pull-request
49-
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79
49+
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
5050
with:
5151
branch: create-cleanrepo-pull-request/patch
5252
title: "Monthly chores: Automated repo cleanup"

.github/workflows/dependabot-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
dependabot-yml-path: ".github/dependabot.yml"
5353
- name: Create pull request
5454
if: github.event_name == 'workflow_dispatch' || github.repository_owner == 'dotnet'
55-
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79
55+
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
5656
with:
5757
branch: create-dependabotconfig-pull-request/patch
5858
title: "Update dependabot.yml - automatically."

.github/workflows/whats-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
savedir: './docs/whats-new'
5353

5454
- name: create-pull-request
55-
uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79
55+
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f
5656
with:
5757
branch: create-whatsnew-pull-request/patch
5858
title: "What's new article"

0 commit comments

Comments
 (0)