From 75e6ba322066baf971ab848d83d8d8b0340a708d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:51:54 +0000 Subject: [PATCH] build(deps): bump gittools/actions from 1.1.1 to 2.0.1 Bumps [gittools/actions](https://github.com/gittools/actions) from 1.1.1 to 2.0.1. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v1.1.1...v2.0.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-major ... 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 972c2f6..e8bf7b6 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -26,12 +26,12 @@ jobs: - name: Test run: dotnet test --no-build --verbosity normal - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v1.1.1 + uses: gittools/actions/gitversion/setup@v2.0.1 with: versionSpec: '5.x' - name: Determine Version id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@v1.1.1 + uses: gittools/actions/gitversion/execute@v2.0.1 - name: Semantic Version run: | echo "SemVer: ${{ steps.gitversion.outputs.semVer }}"