From ccc3ae8c96d6063903407b8240bc761213af87a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 13:26:41 +0000 Subject: [PATCH] Bump Songmu/tagpr from 1.19.0 to 1.20.0 Bumps [Songmu/tagpr](https://github.com/songmu/tagpr) from 1.19.0 to 1.20.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/555e72cee68c09d43dc2337dc9ba890955b630da...e84001bd5dac8defa0c75b3913937d284a3b3660) --- updated-dependencies: - dependency-name: Songmu/tagpr dependency-version: 1.20.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 7b76196..b374dd8 100644 --- a/.github/workflows/tagpr.yml +++ b/.github/workflows/tagpr.yml @@ -15,6 +15,6 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - - uses: Songmu/tagpr@555e72cee68c09d43dc2337dc9ba890955b630da # v1.19.0 + - uses: Songmu/tagpr@e84001bd5dac8defa0c75b3913937d284a3b3660 # v1.20.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}