From 336534da64eed780159c8d2c3192967a984ad791 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 00:19:24 +0000 Subject: [PATCH] chore(deps): bump Songmu/tagpr from 1.17.1 to 1.19.0 Bumps [Songmu/tagpr](https://github.com/songmu/tagpr) from 1.17.1 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/b3fb89424646b06c8aa460f50307c60b6a541425...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 b11a0e7..e6a3a5b 100644 --- a/.github/workflows/tagpr.yml +++ b/.github/workflows/tagpr.yml @@ -29,6 +29,6 @@ jobs: persist-credentials: false - name: Run tagpr - uses: Songmu/tagpr@b3fb89424646b06c8aa460f50307c60b6a541425 # v1.17.1 + uses: Songmu/tagpr@555e72cee68c09d43dc2337dc9ba890955b630da # v1.19.0 env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}