From ffd71854196ded353f11d50bdf289856a6bdfb2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 12:39:05 +0000 Subject: [PATCH] Bump ben-z/actions-comment-on-issue from 1.0.2 to 1.0.3 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-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Issue-text.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Issue-text.yml b/.github/workflows/Issue-text.yml index 5510614..3277d4a 100644 --- a/.github/workflows/Issue-text.yml +++ b/.github/workflows/Issue-text.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: "Hey, thank you for creating an issue. We will normally respond within 24 hours." GITHUB_TOKEN: ${{ secrets.BOT }}