From 4f90bea1686c3571f02ccf134309e729704e9f17 Mon Sep 17 00:00:00 2001 From: Raphael Abreu Date: Tue, 13 Oct 2020 14:29:20 -0300 Subject: [PATCH] Upgrading version of gitversion --- .github/workflows/pre-release.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index b147c28..ed16705 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -15,12 +15,12 @@ jobs: - name: Fetch all history for all tags and branches run: git fetch --prune --unshallow - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.9 + uses: gittools/actions/gitversion/setup@v0.9.4 with: versionSpec: '5.1.x' - name: Use GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v0.9 + uses: gittools/actions/gitversion/execute@v0.9.4 - run: | echo "NuGetVersionV2: ${{ steps.gitversion.outputs.NuGetVersionV2 }}" - name: Setup .NET Core diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f12f47..8d086d9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,12 +13,12 @@ jobs: - name: Fetch all history for all tags and branches run: git fetch --prune --unshallow - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.9 + uses: gittools/actions/gitversion/setup@v0.9.4 with: versionSpec: '5.1.x' - name: Use GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v0.9 + uses: gittools/actions/gitversion/execute@v0.9.4 - run: | echo "NuGetVersionV2: ${{ steps.gitversion.outputs.NuGetVersionV2 }}" - name: Setup .NET Core