From eee8e3d1519be45ffc2fffe3ba91ea4be05ac5cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 19:37:20 +0000 Subject: [PATCH] build(deps): bump Songmu/tagpr from 1.18.3 to 1.19.0 Bumps [Songmu/tagpr](https://github.com/songmu/tagpr) from 1.18.3 to 1.19.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/9bbb945b2fb025126186661e27d55485e3fc6df6...555e72cee68c09d43dc2337dc9ba890955b630da) --- updated-dependencies: - dependency-name: Songmu/tagpr dependency-version: 1.19.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 2700891..f07736b 100644 --- a/.github/workflows/tagpr.yml +++ b/.github/workflows/tagpr.yml @@ -24,6 +24,6 @@ jobs: with: token: ${{ steps.generate_token.outputs.token }} - - uses: Songmu/tagpr@9bbb945b2fb025126186661e27d55485e3fc6df6 # v1.18.3 + - uses: Songmu/tagpr@555e72cee68c09d43dc2337dc9ba890955b630da # v1.19.0 env: GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}