diff options
Diffstat (limited to '.github/workflows/draft_new_release.yml')
-rw-r--r-- | .github/workflows/draft_new_release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml index 57719eb2..ecc0f087 100644 --- a/.github/workflows/draft_new_release.yml +++ b/.github/workflows/draft_new_release.yml @@ -36,7 +36,7 @@ jobs: ref: ${{ env.CHECKOUT_REF }} - name: Update changelog - uses: thomaseizinger/keep-a-changelog-new-release@96ebf19f2bddaf72406c84691b9c2d827da53140 + uses: thomaseizinger/keep-a-changelog-new-release@9f6c16b8af7dd10f8aa0ad740fd648b2cfe22171 with: version: ${{ github.event.milestone.title }} @@ -71,7 +71,7 @@ jobs: git commit -m "build: bump version" - name: Create Pull Request - uses: peter-evans/create-pull-request@45c510e1f68ba052e3cd911f661a799cfb9ba3a3 + uses: peter-evans/create-pull-request@052fc72b4198ba9fbc81b818c6e1859f747d49a8 with: author: GitHub Actions <noreply@github.com> body: This is an automated pull request to bump the changelog for the ${{ github.event.milestone.title }} release. |