diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 3757493..1eac865 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,12 +23,12 @@ jobs: with: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0.13.2 + uses: gittools/actions/gitversion/setup@v0.13.4 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v0.13.2 + uses: gittools/actions/gitversion/execute@v0.13.4 - name: Display GitVersion outputs run: | echo "Major: ${{ steps.gitversion.outputs.major }}"