From 382e6dbc58489df34f4ddd6b5fbc29d721362f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 12:30:02 +0000 Subject: [PATCH] build(deps): bump hwakabh/semantic-issue-action in the non-majors group Bumps the non-majors group with 1 update: [hwakabh/semantic-issue-action](https://github.com/hwakabh/semantic-issue-action). Updates `hwakabh/semantic-issue-action` from 0.5.10 to 0.5.11 - [Release notes](https://github.com/hwakabh/semantic-issue-action/releases) - [Changelog](https://github.com/hwakabh/semantic-issue-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/hwakabh/semantic-issue-action/compare/v0.5.10...v0.5.11) --- updated-dependencies: - dependency-name: hwakabh/semantic-issue-action dependency-version: 0.5.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-majors ... Signed-off-by: dependabot[bot] --- .github/workflows/triage-issues.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triage-issues.yaml b/.github/workflows/triage-issues.yaml index 55a582c..8899ccd 100644 --- a/.github/workflows/triage-issues.yaml +++ b/.github/workflows/triage-issues.yaml @@ -43,7 +43,7 @@ jobs: uses: actions/checkout@v5 - name: Check Issue Title - uses: hwakabh/semantic-issue-action@v0.5.10 + uses: hwakabh/semantic-issue-action@v0.5.11 with: repo: 'hwakabh/hwakabh.github.io' token: ${{ secrets.GITHUB_TOKEN }}