diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab5b6ce..6470606 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,12 +18,12 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.10.2 + uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: "5.x" - name: Use GitVersion id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@v0.10.2 + uses: gittools/actions/gitversion/execute@v3.1.1 - name: Create annotation for build error run: | echo "::notice::FullSemVer ${{ steps.gitversion.outputs.FullSemVer }}" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 505fbb1..b9ef27f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,12 +19,12 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.10.2 + uses: gittools/actions/gitversion/setup@v3.1.1 with: versionSpec: "5.x" - name: Use GitVersion id: gitversion # step id used as reference for output values - uses: gittools/actions/gitversion/execute@v0.10.2 + uses: gittools/actions/gitversion/execute@v3.1.1 - name: Create annotation for build error run: | echo "::notice::FullSemVer ${{ steps.gitversion.outputs.FullSemVer }}"