From 1e9d80d8bffd31a9e6ced250906c339632d4dae8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 11:36:06 +0000 Subject: [PATCH] ci: bump Songmu/tagpr from 1.20.1 to 1.20.2 in the dependencies group Bumps the dependencies group with 1 update: [Songmu/tagpr](https://github.com/songmu/tagpr). Updates `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 dependency-group: dependencies ... 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 0511a9c..0cd64a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4 - - uses: Songmu/tagpr@d1b8138b7a31075141b6cd64103de9485ced7ac9 # v1 + - uses: Songmu/tagpr@242e22916eb775d6e359959fe3ba5c497de4a01a # v1 id: tagpr env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}