diff --git a/.github/workflows/draft_release.yml b/.github/workflows/draft_release.yml index 29f3e02..d866d70 100644 --- a/.github/workflows/draft_release.yml +++ b/.github/workflows/draft_release.yml @@ -37,7 +37,7 @@ jobs: run: git push origin release/${{ github.event.inputs.version }} - name: Create pull request - uses: thomaseizinger/create-pull-request@1.1.0 + uses: thomaseizinger/create-pull-request@1.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/CHANGELOG.md b/CHANGELOG.md index b68d77e..44d2d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Repository - Update pre-commit hooks +- Update `thomaseizinger/create-pull-request` GiHub action ## [1.2.1] - 2021-07-19