From 9e4fea59d7718c788574a4e1551a2fac7f2bf694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:14:46 +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.12 to 0.6.1 - [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.12...v0.6.1) --- updated-dependencies: - dependency-name: hwakabh/semantic-issue-action dependency-version: 0.6.1 dependency-type: direct:production update-type: version-update:semver-minor 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 ac35612f..2c2cd837 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.12 + uses: hwakabh/semantic-issue-action@v0.6.1 with: repo: 'hwakabh/hwakabh.github.io' token: ${{ secrets.GITHUB_TOKEN }}