diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e1321e1..0d09537 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.1.0 + uses: gittools/actions/gitversion/setup@v4.2.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.1.0 + uses: gittools/actions/gitversion/execute@v4.2.0 env: DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1 with: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 28710d8..5c6989f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,13 +19,13 @@ jobs: fetch-depth: 0 # Fetch full git history for version calculation - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.1.0 + uses: gittools/actions/gitversion/setup@v4.2.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.1.0 + uses: gittools/actions/gitversion/execute@v4.2.0 env: DOTNET_GITVERSION_TELEMETRY_OPTOUT: 1 with: