From adfdfc440638fe03e9f534992e158e57e9a3c9bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 00:05:13 +0000 Subject: [PATCH] chore(deps): bump Songmu/tagpr from 1.20.1 to 1.20.2 Bumps [Songmu/tagpr](https://github.com/songmu/tagpr) from 1.20.1 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/d1b8138b7a31075141b6cd64103de9485ced7ac9...242e22916eb775d6e359959fe3ba5c497de4a01a) --- updated-dependencies: - dependency-name: Songmu/tagpr dependency-version: 1.20.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b1e32d..c975848 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: with: persist-credentials: false - id: tagpr - uses: Songmu/tagpr@d1b8138b7a31075141b6cd64103de9485ced7ac9 # v1.20.1 + uses: Songmu/tagpr@242e22916eb775d6e359959fe3ba5c497de4a01a # v1.20.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}