From 4e18e92bc8238ad4fb6b8db019c0a36b81a9caea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 05:08:32 +0000 Subject: [PATCH] Bump stelzi79/action-minver from 3.0.0 to 3.0.1 Bumps [stelzi79/action-minver](https://github.com/stelzi79/action-minver) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/stelzi79/action-minver/releases) - [Commits](https://github.com/stelzi79/action-minver/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: stelzi79/action-minver dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/test_pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a2c8e1..ecc6495 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: dotnet-version: 7.0.100-rc.1.22431.12 - name: run minver id: version - uses: stelzi79/action-minver@3.0.0 + uses: stelzi79/action-minver@3.0.1 with: auto-increment: minor default-pre-release-phase: preview diff --git a/.github/workflows/test_pr.yml b/.github/workflows/test_pr.yml index 34c5d14..d417a4b 100644 --- a/.github/workflows/test_pr.yml +++ b/.github/workflows/test_pr.yml @@ -32,7 +32,7 @@ jobs: dotnet-version: 6.0.100 - name: run minver id: version - uses: stelzi79/action-minver@3.0.0 + uses: stelzi79/action-minver@3.0.1 with: auto-increment: minor default-pre-release-phase: preview