From 69fe50eb069a12575d83f0e6547c8be546a7bc36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 12:52:48 +0000 Subject: [PATCH] Bump issue-ops/parser from 3 to 4 Bumps [issue-ops/parser](https://github.com/issue-ops/parser) from 3 to 4. - [Release notes](https://github.com/issue-ops/parser/releases) - [Commits](https://github.com/issue-ops/parser/compare/v3...v4) --- updated-dependencies: - dependency-name: issue-ops/parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/issue-created.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-created.yml b/.github/workflows/issue-created.yml index d42ded2..6b86873 100644 --- a/.github/workflows/issue-created.yml +++ b/.github/workflows/issue-created.yml @@ -46,7 +46,7 @@ jobs: # Parse the issue body and convert it to JSON. - name: Parse Issue Body id: parse - uses: issue-ops/parser@v3 + uses: issue-ops/parser@v4 with: body: ${{ github.event.issue.body }} issue-form-template: example-request.yml