From a824eaf6b21f7d209354f2bf140407323fc8f2c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 00:25:47 +0000 Subject: [PATCH] build(deps): bump Songmu/tagpr from 1.8.4 to 1.11.1 Bumps [Songmu/tagpr](https://github.com/songmu/tagpr) from 1.8.4 to 1.11.1. - [Release notes](https://github.com/songmu/tagpr/releases) - [Changelog](https://github.com/Songmu/tagpr/blob/main/CHANGELOG.md) - [Commits](https://github.com/songmu/tagpr/compare/9c294c8b7b1815a5f3b7c61d6ee6aa50ac25b030...fa7d23a4aada5ab0d15a76277a7e0b70d107a9c3) --- updated-dependencies: - dependency-name: Songmu/tagpr dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tagpr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tagpr.yaml b/.github/workflows/tagpr.yaml index 9a64481..d384660 100644 --- a/.github/workflows/tagpr.yaml +++ b/.github/workflows/tagpr.yaml @@ -28,7 +28,7 @@ jobs: ref: ${{ inputs.tag || github.ref }} - id: tagpr - uses: Songmu/tagpr@9c294c8b7b1815a5f3b7c61d6ee6aa50ac25b030 # v1 + uses: Songmu/tagpr@fa7d23a4aada5ab0d15a76277a7e0b70d107a9c3 # v1 if: ${{ github.event_name != 'workflow_dispatch' }} # skip on workflow_dispatch - name: Set up Go