diff --git a/.github/workflows/clean-repo.yml b/.github/workflows/clean-repo.yml index 1a949eaf40c26..044480039d618 100644 --- a/.github/workflows/clean-repo.yml +++ b/.github/workflows/clean-repo.yml @@ -46,7 +46,7 @@ jobs: # Create the PR for the work done by the "clean repo" tool - name: create-pull-request - uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: branch: create-cleanrepo-pull-request/patch title: "Monthly chores: Automated repo cleanup" diff --git a/.github/workflows/dependabot-bot.yml b/.github/workflows/dependabot-bot.yml index dd95abf3623cb..e6dd58246f881 100644 --- a/.github/workflows/dependabot-bot.yml +++ b/.github/workflows/dependabot-bot.yml @@ -52,7 +52,7 @@ jobs: dependabot-yml-path: ".github/dependabot.yml" - name: Create pull request if: github.event_name == 'workflow_dispatch' || github.repository_owner == 'dotnet' - uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: branch: create-dependabotconfig-pull-request/patch title: "Update dependabot.yml - automatically." diff --git a/.github/workflows/whats-new.yml b/.github/workflows/whats-new.yml index 2326ab222802f..057e6770ba7e2 100644 --- a/.github/workflows/whats-new.yml +++ b/.github/workflows/whats-new.yml @@ -52,7 +52,7 @@ jobs: savedir: './docs/whats-new' - name: create-pull-request - uses: peter-evans/create-pull-request@6cd32fd93684475c31847837f87bb135d40a2b79 + uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f with: branch: create-whatsnew-pull-request/patch title: "What's new article"