From 17a5f2aeaea2a39d6f0a22aaa6b36bb9acc9bbd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:21:11 +0000 Subject: [PATCH] Bump issue-ops/parser from 4 to 5 Bumps [issue-ops/parser](https://github.com/issue-ops/parser) from 4 to 5. - [Release notes](https://github.com/issue-ops/parser/releases) - [Commits](https://github.com/issue-ops/parser/compare/v4...v5) --- updated-dependencies: - dependency-name: issue-ops/parser dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/process-comment.yml | 2 +- .github/workflows/process-issue.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/process-comment.yml b/.github/workflows/process-comment.yml index e2ec9cd..a8bf2fd 100644 --- a/.github/workflows/process-comment.yml +++ b/.github/workflows/process-comment.yml @@ -104,7 +104,7 @@ jobs: # processed by the rest of the workflow. - name: Parse Issue body id: parse - uses: issue-ops/parser@v4 + uses: issue-ops/parser@v5 with: body: ${{ github.event.issue.body }} issue-form-template: ${{ steps.get-template.outputs.template }} diff --git a/.github/workflows/process-issue.yml b/.github/workflows/process-issue.yml index 5e0d2bc..628f069 100644 --- a/.github/workflows/process-issue.yml +++ b/.github/workflows/process-issue.yml @@ -99,7 +99,7 @@ jobs: # processed by the rest of the workflow. - name: Parse Issue body id: parse - uses: issue-ops/parser@v4 + uses: issue-ops/parser@v5 with: body: ${{ github.event.issue.body }} issue-form-template: ${{ steps.get-template.outputs.template }}