From c802f2f7dbe4a826c4a31c14403d16885c231351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:58:15 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-or-update-comment from 2 to 4 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 4. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2...v4) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/escalate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/escalate.yml b/.github/workflows/escalate.yml index b9a71de..9303481 100644 --- a/.github/workflows/escalate.yml +++ b/.github/workflows/escalate.yml @@ -27,7 +27,7 @@ jobs: The original issue is at ${{ github.event.issue.html_url }} fields: '{ "labels": ["esre-request"] }' - name: Comment with JIRA issue link - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v4 with: body: This is now https://2u-internal.atlassian.net/browse/${{ steps.jiracreate.outputs.issue }} issue-number: ${{ github.event.issue.number }}