From 40e0a204f7ff0160d4f562b8c6f6707a7ad0d89e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Apr 2023 13:15:02 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 4 to 5 (#2561) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/changelog.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/changelog.yaml b/.github/workflows/changelog.yaml index d68e3b95fd..4dc5e5f899 100644 --- a/.github/workflows/changelog.yaml +++ b/.github/workflows/changelog.yaml @@ -26,7 +26,7 @@ jobs: - run: git tag -l 'v*' # avoid invoking `make` to reduce the risk of a Makefile bug failing this workflow - run: ./hack/changelog.sh > CHANGELOG.md - - uses: peter-evans/create-pull-request@v4 + - uses: peter-evans/create-pull-request@v5 with: title: 'docs: updated CHANGELOG.md' commit-message: 'docs: updated CHANGELOG.md'