Skip to content

Commit 9f21982

Browse files
Bump thomaseizinger/create-pull-request from 1.2.2 to 1.3.0 (#456)
* 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] <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 4b27833 commit 9f21982

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.2.2
52+
uses: thomaseizinger/create-pull-request@1.3.0
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.2.2
269+
uses: thomaseizinger/create-pull-request@1.3.0
270270
env:
271271
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
272272
with:

CHANGELOG.md

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

1414
### Repository
1515

16-
- Update GitHub workflow action versions: `actions/cache@v3`, `actions/checkout@v3`, `actions/setup-python@v4`
16+
- Update GitHub workflow action versions: `actions/cache@v3`, `actions/checkout@v3`, `actions/setup-python@v4`, `thomaseizinger/create-pull-request`
1717
- Fix failing GitHub workflows (Clang-10)
1818
- Introduce pre-commit CI
1919
- Update to clang-tidy 14 in GitHub workflow

0 commit comments

Comments
 (0)