diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index fc96d6622..59782e9fb 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -66,7 +66,7 @@ echo "The following JIRA ticket has been created: ${JIRA_TICKET_ID}" echo "jira-ticket-id=${JIRA_TICKET_ID}" >> "${GITHUB_OUTPUT}" - name: Add comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ github.event.pull_request.number }} body: | diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index d53f42448..a200c84d5 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -61,7 +61,7 @@ echo "The following JIRA ticket has been created: ${JIRA_TICKET_ID}" echo "jira-ticket-id=${JIRA_TICKET_ID}" >> "${GITHUB_OUTPUT}" - name: Add comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ github.event.issue.number }} body: |