From deb9a067a4d36e176f407b7f769e749d3da70604 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 20:55: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.5.0 to 1.6.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.5.0...v1.6.0) --- updated-dependencies: - dependency-name: Staffbase/github-action-jira-release-tagging dependency-version: 1.6.0 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 8c3e4ad0..a96be5f0 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.5.0 + uses: Staffbase/github-action-jira-release-tagging@v1.6.0 env: JIRA_BASEURL: ${{ secrets.jira-url }} JIRA_TOKEN: ${{ secrets.jira-token }}