diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d180bfb4..eb91a7c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,12 +29,12 @@ jobs: with: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v2.0.1 + uses: gittools/actions/gitversion/setup@v3.0.0 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v2.0.1 + uses: gittools/actions/gitversion/execute@v3.0.0 build-netcore-tool: needs: set-version-number diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 7cbdadac..734cd742 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -39,12 +39,12 @@ jobs: with: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v2.0.1 + uses: gittools/actions/gitversion/setup@v3.0.0 with: versionSpec: '5.x' - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v2.0.1 + uses: gittools/actions/gitversion/execute@v3.0.0 build-standalone: name: Build cli