From 1a911bab73e92f93dea1e3a4234b6f9bb7e9f59b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 02:36:04 +0000 Subject: [PATCH] Bump Songmu/tagpr from 1.18.3 to 1.19.0 Bumps [Songmu/tagpr](https://github.com/songmu/tagpr) from 1.18.3 to 1.19.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/9bbb945b2fb025126186661e27d55485e3fc6df6...555e72cee68c09d43dc2337dc9ba890955b630da) --- updated-dependencies: - dependency-name: Songmu/tagpr dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/tagpr-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tagpr-release.yml b/.github/workflows/tagpr-release.yml index 59b36a75..7edc3a51 100644 --- a/.github/workflows/tagpr-release.yml +++ b/.github/workflows/tagpr-release.yml @@ -27,7 +27,7 @@ jobs: run: | git checkout v2 git symbolic-ref --short HEAD - - uses: Songmu/tagpr@9bbb945b2fb025126186661e27d55485e3fc6df6 # v1.18.3 + - uses: Songmu/tagpr@555e72cee68c09d43dc2337dc9ba890955b630da # v1.19.0 id: tagpr env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}