From f26701d726c56f2dad2e70300f5132da16c17d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 12:05:51 +0000 Subject: [PATCH] Bump stefanbuck/github-issue-parser from 2 to 3 in /.github/workflows Bumps [stefanbuck/github-issue-parser](https://github.com/stefanbuck/github-issue-parser) from 2 to 3. - [Release notes](https://github.com/stefanbuck/github-issue-parser/releases) - [Commits](https://github.com/stefanbuck/github-issue-parser/compare/v2...v3) --- updated-dependencies: - dependency-name: stefanbuck/github-issue-parser dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/probe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/probe.yml b/.github/workflows/probe.yml index 0078a7f..51b2f44 100644 --- a/.github/workflows/probe.yml +++ b/.github/workflows/probe.yml @@ -22,7 +22,7 @@ jobs: python-version: '3.9' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: 'x64' - - uses: stefanbuck/github-issue-parser@v2 + - uses: stefanbuck/github-issue-parser@v3 id: issue-parser with: template-path: .github/ISSUE_TEMPLATE/app_request.yml