Skip to content

Commit c30dfec

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

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/draft_release.yml

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

5050
# yamllint disable rule:line-length
5151
- name: Create pull request
52-
uses: thomaseizinger/create-pull-request@1.3.0
52+
uses: thomaseizinger/create-pull-request@1.3.1
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5555
with:

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
- upload_to_pypi
267267
steps:
268268
- name: Merge master into develop branch
269-
uses: thomaseizinger/create-pull-request@1.3.0
269+
uses: thomaseizinger/create-pull-request@1.3.1
270270
env:
271271
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
272272
with:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- Keep `flake8` hook to version 5.0.4 until plugins support Flake8 6.X
2828
- Disable `no-member` warning for Pylint on pre-commit CI
2929

30+
3031
## [v0.8.0] - 2022-10-18
3132

3233
### Added

0 commit comments

Comments
 (0)