From 234ef2e0024372d848556803c719a49ea1100882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 00:06:55 +0000 Subject: [PATCH] build(deps): bump Songmu/tagpr from 1.8.4 to 1.10.0 Bumps [Songmu/tagpr](https://github.com/songmu/tagpr) from 1.8.4 to 1.10.0. - [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...75738aa2880a03a1036bc5bd90ef49853427ec65) --- updated-dependencies: - dependency-name: Songmu/tagpr dependency-version: 1.10.0 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..a949c73 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@75738aa2880a03a1036bc5bd90ef49853427ec65 # v1 if: ${{ github.event_name != 'workflow_dispatch' }} # skip on workflow_dispatch - name: Set up Go