diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8951b7109..351071321 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,12 +16,12 @@ jobs: fetch-depth: 0 #fetch-depth is needed for GitVersion - name: Install and calculate the new version with GitVersion - uses: gittools/actions/gitversion/setup@v0.9.15 + uses: gittools/actions/gitversion/setup@v0.10.2 with: versionSpec: 5.x - name: Determine Version - uses: gittools/actions/gitversion/execute@v0.9.15 + uses: gittools/actions/gitversion/execute@v0.10.2 id: gitversion # step id used as reference for output values - name: Display GitVersion outputs