From 3ae8fd799725449cfc302e102928129be8c57d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:32:47 +0000 Subject: [PATCH] build(deps): bump Songmu/tagpr from 1.19.0 to 1.20.2 Bumps [Songmu/tagpr](https://github.com/songmu/tagpr) from 1.19.0 to 1.20.2. - [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/555e72cee68c09d43dc2337dc9ba890955b630da...242e22916eb775d6e359959fe3ba5c497de4a01a) --- updated-dependencies: - dependency-name: Songmu/tagpr dependency-version: 1.20.2 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 00c82c4..10f28ca 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@555e72cee68c09d43dc2337dc9ba890955b630da # v1.19.0 + - uses: Songmu/tagpr@242e22916eb775d6e359959fe3ba5c497de4a01a # v1.20.2 id: tagpr env: GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}