Skip to content

Commit cfc606d

Browse files
authored
chore: fix apix action version (#448)
1 parent d2d935e commit cfc606d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jira-issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,14 +88,14 @@ jobs:
8888

8989
- name: Find JIRA ticket by GitHub issue number
9090
id: find_jira
91-
uses: mongodb/apix-action/find-jira@v1
91+
uses: mongodb/apix-action/find-jira@v13
9292
with:
9393
token: ${{ secrets.JIRA_API_TOKEN }}
9494
jql: "project = MCP AND description ~ '${{ github.event.issue.html_url }}'"
9595

9696
- name: Close JIRA ticket
9797
if: steps.find_jira.outputs.found == 'true'
98-
uses: mongodb/apix-action/transition-jira@v1
98+
uses: mongodb/apix-action/transition-jira@v13
9999
id: close_jira_ticket
100100
continue-on-error: true
101101
with:

0 commit comments

Comments
 (0)