diff --git a/.github/workflows/extension.yml b/.github/workflows/extension.yml index eb6ca82e..79c43aa4 100644 --- a/.github/workflows/extension.yml +++ b/.github/workflows/extension.yml @@ -38,7 +38,7 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v3.0.3 with: - versionSpec: '6.x' + versionSpec: '6.0.x' - name: Determine Version id: gitversion diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 40f4ee29..263aaaa3 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -42,7 +42,7 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v3.0.3 with: - versionSpec: '6.x' + versionSpec: '6.0.x' - name: Determine Version uses: gittools/actions/gitversion/execute@v3.0.3 diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 23a7e59c..a6491c4d 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -66,7 +66,7 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v3.0.3 with: - versionSpec: '6.x' + versionSpec: '6.0.x' - name: Determine Version uses: gittools/actions/gitversion/execute@v3.0.3