From 8b077ba502fab6fcf2dbf816ab192f3bd1de86de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:43:48 +0000 Subject: [PATCH] Bump issue-ops/validator from 3.0.0 to 3.1.1 Bumps [issue-ops/validator](https://github.com/issue-ops/validator) from 3.0.0 to 3.1.1. - [Release notes](https://github.com/issue-ops/validator/releases) - [Commits](https://github.com/issue-ops/validator/compare/v3.0.0...v3.1.1) --- updated-dependencies: - dependency-name: issue-ops/validator 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..4a2145f 100644 --- a/.github/workflows/request_infra.yml +++ b/.github/workflows/request_infra.yml @@ -45,7 +45,7 @@ jobs: - name: Validate Issue id: validate-issue - uses: issue-ops/validator@v3.0.0 + uses: issue-ops/validator@v3.1.1 with: issue-form-template: create_azure_infra_form.yml parsed-issue-body: ${{ steps.parser.outputs.json }}