File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434
3535### Repository
3636
37- - Updated cibuildwheels to 1.11.1
37+ - Updated cibuildwheels action to v1.11.1
38+ - Updated thomaseizinger/create-pull-request action to v1.1.0
3839
3940## [ 0.5.1] - 2019-02-15
4041
You can’t perform that action at this time.
0 commit comments