From e7618c2bef545387f19ffa8c4828c5c9e77f910c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:39:50 +0000 Subject: [PATCH] Bump Songmu/tagpr from 1.18.1 to 1.18.3 Bumps [Songmu/tagpr](https://github.com/songmu/tagpr) from 1.18.1 to 1.18.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/9d0f650553240dab1fa907eca27e3fd5b586e538...9bbb945b2fb025126186661e27d55485e3fc6df6) --- updated-dependencies: - dependency-name: Songmu/tagpr dependency-version: 1.18.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 fc51ba0e..daaa6a97 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@9d0f650553240dab1fa907eca27e3fd5b586e538 # v1.18.1 + - uses: Songmu/tagpr@9bbb945b2fb025126186661e27d55485e3fc6df6 # v1.18.3 id: tagpr env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}