From 8e91cecebb5278016ce6217886b892983a5632cb Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 24 Jun 2024 18:03:25 +0100
Subject: [PATCH] Bump ben-z/actions-comment-on-issue from 1.0.2 to 1.0.3
 (#457)

Bumps [ben-z/actions-comment-on-issue](https://github.com/ben-z/actions-comment-on-issue) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/ben-z/actions-comment-on-issue/releases)
- [Commits](https://github.com/ben-z/actions-comment-on-issue/compare/1.0.2...1.0.3)

---
updated-dependencies:
- dependency-name: ben-z/actions-comment-on-issue
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/issues.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml
index a3ab6304..60bb62e9 100644
--- a/.github/workflows/issues.yml
+++ b/.github/workflows/issues.yml
@@ -9,7 +9,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: ben-z/actions-comment-on-issue@1.0.2
+    - uses: ben-z/actions-comment-on-issue@1.0.3
       with:
         message: "Hello! Thanks for the issue. If this is a general help question, for a faster response consider joining the official [Discord Server](https://discord.gg/RAKc3HF)\n\nElse if you have an issue with the library please wait for someone to help you here."
         GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}