From a1943c3a4878bd4eab8e0681fded48b44b9d212c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 06:24:28 +0000 Subject: [PATCH] Bump MCKanpolat/auto-semver-action from 1.0.10 to 1.0.11 Bumps [MCKanpolat/auto-semver-action](https://github.com/mckanpolat/auto-semver-action) from 1.0.10 to 1.0.11. - [Release notes](https://github.com/mckanpolat/auto-semver-action/releases) - [Commits](https://github.com/mckanpolat/auto-semver-action/compare/b0314e8d64baee1c3f74233edb71eb976503a6a4...5003b8d37f4b03d95f15303ea10242cbf7c13141) --- updated-dependencies: - dependency-name: MCKanpolat/auto-semver-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/WAU-AutoCreatePreVersion.yml | 2 +- .github/workflows/WAU-CreateNewVersion.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/WAU-AutoCreatePreVersion.yml b/.github/workflows/WAU-AutoCreatePreVersion.yml index 4493982..524e683 100644 --- a/.github/workflows/WAU-AutoCreatePreVersion.yml +++ b/.github/workflows/WAU-AutoCreatePreVersion.yml @@ -53,7 +53,7 @@ jobs: fetch-depth: 0 - name: Auto Increment Semver Action - uses: MCKanpolat/auto-semver-action@b0314e8d64baee1c3f74233edb71eb976503a6a4 # 1.0.10 + uses: MCKanpolat/auto-semver-action@5003b8d37f4b03d95f15303ea10242cbf7c13141 # 2 id: versioning with: releaseType: prerelease diff --git a/.github/workflows/WAU-CreateNewVersion.yml b/.github/workflows/WAU-CreateNewVersion.yml index 92e1111..d79cf75 100644 --- a/.github/workflows/WAU-CreateNewVersion.yml +++ b/.github/workflows/WAU-CreateNewVersion.yml @@ -31,7 +31,7 @@ jobs: lfs: "true" - name: Auto Increment Semver Action - uses: MCKanpolat/auto-semver-action@b0314e8d64baee1c3f74233edb71eb976503a6a4 # 1.0.10 + uses: MCKanpolat/auto-semver-action@5003b8d37f4b03d95f15303ea10242cbf7c13141 # 2 id: versioning with: releaseType: ${{ github.event.inputs.version }}