From 603ce5788de3de604e05f1689c0a159504624e03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 08:00:17 +0000 Subject: [PATCH] chore(deps): bump Staffbase/github-action-jira-release-tagging Bumps [Staffbase/github-action-jira-release-tagging](https://github.com/staffbase/github-action-jira-release-tagging) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/staffbase/github-action-jira-release-tagging/releases) - [Commits](https://github.com/staffbase/github-action-jira-release-tagging/compare/v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: Staffbase/github-action-jira-release-tagging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/template_jira_tagging.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template_jira_tagging.yml b/.github/workflows/template_jira_tagging.yml index c3f6b804..4cfbead0 100644 --- a/.github/workflows/template_jira_tagging.yml +++ b/.github/workflows/template_jira_tagging.yml @@ -38,7 +38,7 @@ jobs: TAG_MATCHER: ${{ inputs.tag-matcher }} - name: Add release notes to JIRA tickets - uses: Staffbase/github-action-jira-release-tagging@v1.3.1 + uses: Staffbase/github-action-jira-release-tagging@v1.4.0 env: JIRA_BASEURL: ${{ secrets.jira-url }} JIRA_TOKEN: ${{ secrets.jira-token }}