diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index d8a1ae7..54d7fad 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -26,13 +26,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.3.2 + uses: gittools/actions/gitversion/setup@v4.4.2 with: versionSpec: '6.5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v4.3.2 + uses: gittools/actions/gitversion/execute@v4.4.2 - name: Display version information run: | echo "FullSemVer: ${{ steps.gitversion.outputs.fullSemVer }}" @@ -78,13 +78,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.3.2 + uses: gittools/actions/gitversion/setup@v4.4.2 with: versionSpec: '6.5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v4.3.2 + uses: gittools/actions/gitversion/execute@v4.4.2 - name: Display version information run: | echo "FullSemVer: ${{ steps.gitversion.outputs.fullSemVer }}" diff --git a/.github/workflows/dotnet-publish.yml b/.github/workflows/dotnet-publish.yml index 2a8016b..e055290 100644 --- a/.github/workflows/dotnet-publish.yml +++ b/.github/workflows/dotnet-publish.yml @@ -17,13 +17,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.3.2 + uses: gittools/actions/gitversion/setup@v4.4.2 with: versionSpec: '6.5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v4.3.2 + uses: gittools/actions/gitversion/execute@v4.4.2 - name: Display version information run: | echo "FullSemVer: ${{ steps.gitversion.outputs.fullSemVer }}"