From a58e87da5072350f5df078f7b4c1c230584cb467 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 21:33:16 +0000 Subject: [PATCH] build(deps): bump Songmu/tagpr from 1.15.0 to 1.17.0 Bumps [Songmu/tagpr](https://github.com/songmu/tagpr) from 1.15.0 to 1.17.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/78a926ba835e34721053309043aee696ba9c70b1...da82ed6743aec90049892070edd5561335904a9e) --- updated-dependencies: - dependency-name: Songmu/tagpr dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tagpr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tagpr.yml b/.github/workflows/tagpr.yml index 93a626f..829c036 100644 --- a/.github/workflows/tagpr.yml +++ b/.github/workflows/tagpr.yml @@ -35,7 +35,7 @@ jobs: token: ${{ steps.generate_token.outputs.token }} submodules: true - - uses: Songmu/tagpr@78a926ba835e34721053309043aee696ba9c70b1 # v1.15.0 + - uses: Songmu/tagpr@da82ed6743aec90049892070edd5561335904a9e # v1.17.0 id: tagpr env: GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}