From 4632d630d46684b9fc3ba7ce68e95b28e9adadc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 20:34:38 +0000 Subject: [PATCH] chore: Bump trakx/bump-version-action from 8 to 9.0.0 Bumps [trakx/bump-version-action](https://github.com/trakx/bump-version-action) from 8 to 9.0.0. - [Release notes](https://github.com/trakx/bump-version-action/releases) - [Commits](https://github.com/trakx/bump-version-action/compare/v8...v9.0.0) --- updated-dependencies: - dependency-name: trakx/bump-version-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.nuget.yml b/.github/workflows/publish.nuget.yml index 9b9f418..31df87d 100644 --- a/.github/workflows/publish.nuget.yml +++ b/.github/workflows/publish.nuget.yml @@ -43,7 +43,7 @@ jobs: - name: Bump version id: bumpVersion - uses: trakx/bump-version-action@v8 + uses: trakx/bump-version-action@v9.0.0 with: semverIncrementLevel: ${{github.event.inputs.semverIncrementLevel}} releaseBranches: master