Skip to content

Commit f6aac27

Browse files
chore(deps): bump peter-evans/create-pull-request from 7.0.9 to 7.0.11 (#2827)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 62041e0 commit f6aac27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/__release-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ jobs:
338338
339339
# PRs will update the version file and manifests
340340
- name: Create a release PR
341-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.6
341+
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.6
342342
with:
343343
token: ${{ secrets.gh-pat }}
344344
path: .
@@ -396,7 +396,7 @@ jobs:
396396
fi
397397
398398
- name: Create Pull Request
399-
uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.6
399+
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.6
400400
if: steps.detect-changes.outputs.has_changes
401401
with:
402402
path: ${{ env.DOCS_REPO }}

.github/workflows/release-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
# Amend the commit message to avoid infinite loop of this workflow (it's triggered by the commit message).
183183
git commit --amend -m "chore: cherry-pick ${{ needs.semver.outputs.version }} commit (${{ github.sha }}) onto main"
184184
185-
- uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.6
185+
- uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.6
186186
with:
187187
token: ${{ secrets.GITHUB_TOKEN }}
188188
branch: ${{ env.CHERRYPICK_BRANCH }}

0 commit comments

Comments
 (0)