Skip to content

Commit f93cca3

Browse files
Bump thomaseizinger/create-pull-request from 1.0.0 to 1.1.0 (#401)
* Bump thomaseizinger/create-pull-request from 1.0.0 to 1.1.0 Bumps [thomaseizinger/create-pull-request](https://github.com/thomaseizinger/create-pull-request) from 1.0.0 to 1.1.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.0.0...1.1.0) --- updated-dependencies: - dependency-name: thomaseizinger/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update CHANGELOG Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Damien Nguyen <ngn.damien@gmail.com>
1 parent aa3afaf commit f93cca3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/draft_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: git flow release publish ${{ github.event.inputs.version }}
4848

4949
- name: Create pull request
50-
uses: thomaseizinger/create-pull-request@1.0.0
50+
uses: thomaseizinger/create-pull-request@1.1.0
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5353
with:

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
needs: release # Only create PR if everything was successful
132132
steps:
133133
- name: Merge master into develop branch
134-
uses: thomaseizinger/create-pull-request@1.0.0
134+
uses: thomaseizinger/create-pull-request@1.1.0
135135
env:
136136
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
137137
with:

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131

3232
### Repository
3333

34-
- Updated cibuildwheels to 1.11.1
34+
- Updated cibuildwheels action to v1.11.1
35+
- Updated thomaseizinger/create-pull-request action to v1.1.0
3536

3637
## [0.5.1] - 2019-02-15
3738

0 commit comments

Comments
 (0)