From 3f4ffc704eb071e2d8f4fa8719fd8f5cec9e95d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 13:19:19 +0000 Subject: [PATCH] Bump MiraGeoscience/CI-tools/.github/workflows/reusable-jira-issue_to_jira.yml Bumps [MiraGeoscience/CI-tools/.github/workflows/reusable-jira-issue_to_jira.yml](https://github.com/mirageoscience/ci-tools) from 2 to 3. - [Commits](https://github.com/mirageoscience/ci-tools/compare/v2...v3) --- updated-dependencies: - dependency-name: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-issue_to_jira.yml dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/issue_to_jira.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_to_jira.yml b/.github/workflows/issue_to_jira.yml index 55d8cd8f4..36f7961da 100644 --- a/.github/workflows/issue_to_jira.yml +++ b/.github/workflows/issue_to_jira.yml @@ -10,7 +10,7 @@ on: jobs: call-workflow-create-jira-issue: if: startsWith(github.repository, 'MiraGeoscience/') # run on the Mira repo only - uses: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-issue_to_jira.yml@v2 + uses: MiraGeoscience/CI-tools/.github/workflows/reusable-jira-issue_to_jira.yml@v3 secrets: JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }} JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}