From f1cb518312db0b9d397332c654a1a308564fa716 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:25:33 +0000 Subject: [PATCH] Bump issue-ops/parser from 4.0.0 to 4.1.0 Bumps [issue-ops/parser](https://github.com/issue-ops/parser) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/issue-ops/parser/releases) - [Commits](https://github.com/issue-ops/parser/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: issue-ops/parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/request_infra.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/request_infra.yml b/.github/workflows/request_infra.yml index 91478e7..8fcc0fa 100644 --- a/.github/workflows/request_infra.yml +++ b/.github/workflows/request_infra.yml @@ -37,7 +37,7 @@ jobs: fi - name: Parse Issue id: parser - uses: issue-ops/parser@v4.0.0 + uses: issue-ops/parser@v4.1.0 with: body: ${{ github.event.issue.body }} # issue-form-template : create_azure_infra_form.yml