From bac64a59e401afeda6691b2d34aee6052ce4b377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 12:46:46 +0000 Subject: [PATCH] Bump hazelcast/github-jira-tool-action from 3 to 6 Bumps [hazelcast/github-jira-tool-action](https://github.com/hazelcast/github-jira-tool-action) from 3 to 6. - [Release notes](https://github.com/hazelcast/github-jira-tool-action/releases) - [Commits](https://github.com/hazelcast/github-jira-tool-action/compare/v3...v6) --- updated-dependencies: - dependency-name: hazelcast/github-jira-tool-action dependency-version: '6' 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 e8e031e967..a6c496e53f 100644 --- a/.github/workflows/jira.yml +++ b/.github/workflows/jira.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Call composite action - uses: hazelcast/github-jira-tool-action@v3 + uses: hazelcast/github-jira-tool-action@v6 with: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}