From 15a94630300c2f104d32a3144fd88cb3da2419b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 19:03:19 +0000 Subject: [PATCH] build(deps): bump atlassian/gajira-create from 2.0.1 to 3.0.1 Bumps [atlassian/gajira-create](https://github.com/atlassian/gajira-create) from 2.0.1 to 3.0.1. - [Release notes](https://github.com/atlassian/gajira-create/releases) - [Commits](https://github.com/atlassian/gajira-create/compare/v2.0.1...v3.0.1) --- updated-dependencies: - dependency-name: atlassian/gajira-create dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/jira.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jira.yml b/.github/workflows/jira.yml index ab0a584ee..f9090b117 100644 --- a/.github/workflows/jira.yml +++ b/.github/workflows/jira.yml @@ -61,7 +61,7 @@ jobs: - name: Create ticket id: create-ticket if: steps.search.outputs.issue == '' && github.event.label.name == 'sync to jira' && steps.set-ticket-type.outputs.type != 'Invalid' - uses: atlassian/gajira-create@v2.0.1 + uses: atlassian/gajira-create@v3.0.1 with: project: HPR issuetype: "${{ steps.set-ticket-type.outputs.type }}"