From a24a8367bdeeaf65c597b58e5924110837166853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 00:47:39 +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 029394b..eccc1d2 100644 --- a/.github/workflows/request_infra.yml +++ b/.github/workflows/request_infra.yml @@ -33,7 +33,7 @@ jobs: - 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