From 99af6ac6100dc267dc2972b9dddfb9ea3b57a497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:58:37 -0500 Subject: [PATCH] Bump JasonEtco/create-an-issue from 2.9.1 to 2.9.2 (#1882) Bumps [JasonEtco/create-an-issue](https://github.com/jasonetco/create-an-issue) from 2.9.1 to 2.9.2. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/create-issue-dependabot-alert-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-issue-dependabot-alert-pr.yml b/.github/workflows/create-issue-dependabot-alert-pr.yml index 75e7647084..5addf8ec09 100644 --- a/.github/workflows/create-issue-dependabot-alert-pr.yml +++ b/.github/workflows/create-issue-dependabot-alert-pr.yml @@ -22,7 +22,7 @@ jobs: - name: Create GitHub Issue if: github.event.pull_request.user.login == 'dependabot[bot]' id: create-issue - uses: JasonEtco/create-an-issue@e27dddc79c92bc6e4562f268fffa5ed752639abd + uses: JasonEtco/create-an-issue@1b14a70e4d8dc185e5cc76d3bec9eab20257b2c5 with: filename: .github/issues/dependabot-alert.template.md - name: Link PR to New Issue