From 0264b3a59f02836d4b710085da680b395065a534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 10:25:39 +0000 Subject: [PATCH] ci: bump Songmu/tagpr from 1.20.2 to 1.20.3 in the dependencies group Bumps the dependencies group with 1 update: [Songmu/tagpr](https://github.com/songmu/tagpr). Updates `Songmu/tagpr` from 1.20.2 to 1.20.3 - [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/242e22916eb775d6e359959fe3ba5c497de4a01a...7ebae2dcc300132baa7cc9dd108c8923b07fc366) --- updated-dependencies: - dependency-name: Songmu/tagpr dependency-version: 1.20.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 22c65b9..08ae6d9 100644 --- a/.github/workflows/tagpr.yml +++ b/.github/workflows/tagpr.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4 - - uses: Songmu/tagpr@242e22916eb775d6e359959fe3ba5c497de4a01a # v1 + - uses: Songmu/tagpr@7ebae2dcc300132baa7cc9dd108c8923b07fc366 # v1 id: tagpr env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}