From 54a7b04e985cf52e500d28a7db82f428ea788224 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 10:23:22 +0000 Subject: [PATCH] chore(deps): bump haya14busa/action-update-semver from 1.2.1 to 1.5.1 Bumps [haya14busa/action-update-semver](https://github.com/haya14busa/action-update-semver) from 1.2.1 to 1.5.1. - [Release notes](https://github.com/haya14busa/action-update-semver/releases) - [Commits](https://github.com/haya14busa/action-update-semver/compare/v1.2.1...v1.5.1) --- updated-dependencies: - dependency-name: haya14busa/action-update-semver dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/update-major-minor-tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-major-minor-tags.yml b/.github/workflows/update-major-minor-tags.yml index bafc481..d18c6a8 100644 --- a/.github/workflows/update-major-minor-tags.yml +++ b/.github/workflows/update-major-minor-tags.yml @@ -16,4 +16,4 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run Update semver - uses: haya14busa/action-update-semver@v1.2.1 \ No newline at end of file + uses: haya14busa/action-update-semver@v1.5.1 \ No newline at end of file