From 7a6d8cb864b1bca81e02b679b77929462009c324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 01:16:27 +0000 Subject: [PATCH] build(deps): bump haya14busa/action-update-semver from 1.2.1 to 1.3.0 Bumps [haya14busa/action-update-semver](https://github.com/haya14busa/action-update-semver) from 1.2.1 to 1.3.0. - [Release notes](https://github.com/haya14busa/action-update-semver/releases) - [Commits](https://github.com/haya14busa/action-update-semver/compare/v1.2.1...v1.3.0) --- updated-dependencies: - dependency-name: haya14busa/action-update-semver dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/update_semver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_semver.yml b/.github/workflows/update_semver.yml index 67b3449..aae049c 100644 --- a/.github/workflows/update_semver.yml +++ b/.github/workflows/update_semver.yml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: haya14busa/action-update-semver@v1.2.1 + - uses: haya14busa/action-update-semver@v1.3.0 with: major_version_tag_only: false # (optional, default is "false")