From 111c4bb5f55f97db8a072055c97a91411c469113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 19:22:51 +0000 Subject: [PATCH] ci(deps): Bump flex-development/manver-action from 1.0.1 to 1.1.0 Bumps [flex-development/manver-action](https://github.com/flex-development/manver-action) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/flex-development/manver-action/releases) - [Changelog](https://github.com/flex-development/manver-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/flex-development/manver-action/compare/1.0.1...1.1.0) --- updated-dependencies: - dependency-name: flex-development/manver-action dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbd7c6a..312286d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: path: ${{ env.CACHE_PATH }} - id: version name: Extract version metadata - uses: flex-development/manver-action@1.0.1 + uses: flex-development/manver-action@1.1.0 commitlint: needs: preflight runs-on: ubuntu-latest diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 74d7649..d7a2176 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,7 +57,7 @@ jobs: ref: ${{ github.ref }} - id: version name: Get package version - uses: flex-development/manver-action@1.0.1 + uses: flex-development/manver-action@1.1.0 - id: artifact name: Get release artifact download url run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9334a0c..8f4cccc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: ref: ${{ env.REF }} - id: version name: Get release version - uses: flex-development/manver-action@1.0.1 + uses: flex-development/manver-action@1.1.0 - id: tag-prefix name: Get release tag prefix uses: flex-development/jq-action@1.0.0