Skip to content

Commit 46c036f

Browse files
dependabot[bot]linkdotnet
authored andcommitted
build(deps): Bump thomaseizinger/create-pull-request from 1.2.2 to 1.3.0
Bumps [thomaseizinger/create-pull-request](https://github.com/thomaseizinger/create-pull-request) from 1.2.2 to 1.3.0. - [Release notes](https://github.com/thomaseizinger/create-pull-request/releases) - [Changelog](https://github.com/thomaseizinger/create-pull-request/blob/master/CHANGELOG.md) - [Commits](thomaseizinger/create-pull-request@1.2.2...1.3.0) --- updated-dependencies: - dependency-name: thomaseizinger/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ef9eb1 commit 46c036f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
111111
- name: ⏭ Create pull request from stable to main when direct merge fails
112112
if: steps.mergeMainline.outcome == 'failure'
113-
uses: thomaseizinger/create-pull-request@1.2.2
113+
uses: thomaseizinger/create-pull-request@1.3.0
114114
env:
115115
GITHUB_TOKEN: ${{ secrets.BUNIT_BOT_TOKEN }}
116116
with:

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: git push origin release/v$NBGV_MajorMinorVersion
8484

8585
- name: ⏭ Create pull request for release branch
86-
uses: thomaseizinger/create-pull-request@1.2.2
86+
uses: thomaseizinger/create-pull-request@1.3.0
8787
env:
8888
GITHUB_TOKEN: ${{ secrets.BUNIT_BOT_TOKEN }}
8989
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
126126
- name: ⏭ Create pull request from stable to main when direct merge fails
127127
if: steps.mergeMainline.outcome == 'failure'
128-
uses: thomaseizinger/create-pull-request@1.2.2
128+
uses: thomaseizinger/create-pull-request@1.3.0
129129
env:
130130
GITHUB_TOKEN: ${{ secrets.BUNIT_BOT_TOKEN }}
131131
with:

0 commit comments

Comments
 (0)