From 145465faf61c81702972ca3f4b31adf527fe36fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 21:35:22 +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 91478e7..80dffc6 100644 --- a/.github/workflows/request_infra.yml +++ b/.github/workflows/request_infra.yml @@ -50,7 +50,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: ${{ env.INFRA_TYPE }}_form.yml parsed-issue-body: ${{ steps.parser.outputs.json }}