diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 0d09537..8e2e20c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,13 +15,13 @@ jobs: fetch-depth: 0 # Fetch full git history for version calculation - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.2.0 + uses: gittools/actions/gitversion/setup@v4.3.0 with: versionSpec: "6.3.x" - name: Determine Version id: version_step # step id used as a reference for output values - uses: gittools/actions/gitversion/execute@v4.2.0 + uses: gittools/actions/gitversion/execute@v4.3.0 env: DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1 with: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 76daa1b..58cff35 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -26,13 +26,13 @@ jobs: fetch-depth: 0 # Fetch full git history for version calculation - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.2.0 + uses: gittools/actions/gitversion/setup@v4.3.0 with: versionSpec: "6.3.x" - name: Determine Version id: version_step # step id used as a reference for output values - uses: gittools/actions/gitversion/execute@v4.2.0 + uses: gittools/actions/gitversion/execute@v4.3.0 env: DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1 with: