From 10f4cbde2eb5c5d0208c83d193b9af3e14eeaef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 12:04:53 +0000 Subject: [PATCH] Bump gittools/actions from 0.10.2 to 0.12.0 Bumps [gittools/actions](https://github.com/gittools/actions) from 0.10.2 to 0.12.0. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v0.10.2...v0.12.0) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index d666eb8..96b8942 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -19,12 +19,12 @@ jobs: with: fetch-depth: 0 - - uses: gittools/actions/gitversion/setup@v0.10.2 + - uses: gittools/actions/gitversion/setup@v0.12.0 with: versionSpec: 5.x - id: gitversion - uses: gittools/actions/gitversion/execute@v0.10.2 + uses: gittools/actions/gitversion/execute@v0.12.0 - uses: actions/setup-dotnet@v4 with: