From 520df641d840ac162918293d30e175849fa51600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 00:05:16 +0000 Subject: [PATCH] Bump Songmu/tagpr from 1.20.0 to 1.20.1 Bumps [Songmu/tagpr](https://github.com/songmu/tagpr) from 1.20.0 to 1.20.1. - [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/e84001bd5dac8defa0c75b3913937d284a3b3660...d1b8138b7a31075141b6cd64103de9485ced7ac9) --- updated-dependencies: - dependency-name: Songmu/tagpr dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 24b84b0..4e2f1ee 100644 --- a/.github/workflows/tagpr.yml +++ b/.github/workflows/tagpr.yml @@ -15,6 +15,6 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: Songmu/tagpr@e84001bd5dac8defa0c75b3913937d284a3b3660 # v1.20.0 + - uses: Songmu/tagpr@d1b8138b7a31075141b6cd64103de9485ced7ac9 # v1.20.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}