From f3e50474b1e2929abbb2668900d44a321d7dc77c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 03:12:37 +0000 Subject: [PATCH] Bump MCKanpolat/auto-semver-action from 1 to 2 Bumps [MCKanpolat/auto-semver-action](https://github.com/mckanpolat/auto-semver-action) from 1 to 2. - [Release notes](https://github.com/mckanpolat/auto-semver-action/releases) - [Commits](https://github.com/mckanpolat/auto-semver-action/compare/v1...v2) --- updated-dependencies: - dependency-name: MCKanpolat/auto-semver-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/msbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 6cf4024..a377b0b 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -33,7 +33,7 @@ jobs: uses: microsoft/setup-msbuild@main - name: Auto Increment Version - uses: MCKanpolat/auto-semver-action@v1 + uses: MCKanpolat/auto-semver-action@v2 id: versioning with: releaseType: minor