From f80608028a45c310c1b9b59f1dd6e8f10b129db2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 16:01:43 +0200 Subject: [PATCH] Bump gittools/actions from 2.0.0 to 2.0.1 (#122) Bumps [gittools/actions](https://github.com/gittools/actions) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](https://github.com/gittools/actions/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: gittools/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/nightly-release.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nightly-release.yml b/.github/workflows/nightly-release.yml index 4ca552c..83f824d 100644 --- a/.github/workflows/nightly-release.yml +++ b/.github/workflows/nightly-release.yml @@ -21,12 +21,12 @@ jobs: - name: Fetch all history for all tags and branches run: git fetch --prune --unshallow - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v2.0.0 + uses: gittools/actions/gitversion/setup@v2.0.1 with: versionSpec: '5.x' - name: Use GitVersion id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@v2.0.0 + uses: gittools/actions/gitversion/execute@v2.0.1 - run: | echo "MajorMinorPatch: ${{ steps.gitversion.outputs.MajorMinorPatch }}" echo "NuGetVersionV2: ${{ steps.gitversion.outputs.NuGetVersionV2 }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2afae72..92b5ba1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,12 +20,12 @@ jobs: - name: Fetch all history for all tags and branches run: git fetch --prune --unshallow - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v2.0.0 + uses: gittools/actions/gitversion/setup@v2.0.1 with: versionSpec: '5.x' - name: Use GitVersion id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@v2.0.0 + uses: gittools/actions/gitversion/execute@v2.0.1 - run: | echo "NuGetVersionV2: ${{ steps.gitversion.outputs.nuGetVersionV2 }}" echo "NuGetPreReleaseTagV2 (not used): ${{ steps.gitversion.outputs.CommitsSinceVersionSourcePadded }}"