From 47b94d519cb1c600414bc2d9afc4daf48521d05b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:43:54 +0000 Subject: [PATCH] chore(deps): bump Songmu/tagpr from 1.15.0 to 1.18.3 Bumps [Songmu/tagpr](https://github.com/songmu/tagpr) from 1.15.0 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/78a926ba835e34721053309043aee696ba9c70b1...9bbb945b2fb025126186661e27d55485e3fc6df6) --- updated-dependencies: - dependency-name: Songmu/tagpr dependency-version: 1.18.3 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 2e3745a..0411959 100644 --- a/.github/workflows/tagpr.yml +++ b/.github/workflows/tagpr.yml @@ -23,6 +23,6 @@ jobs: - name: Run tagpr id: run-tagpr - uses: Songmu/tagpr@78a926ba835e34721053309043aee696ba9c70b1 # v1.15.0 + uses: Songmu/tagpr@9bbb945b2fb025126186661e27d55485e3fc6df6 # v1.18.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}