From cad0d8f2fbd4ba5883c8310ddebce8734b5503c4 Mon Sep 17 00:00:00 2001 From: Artur Date: Tue, 12 Mar 2024 11:06:30 +0100 Subject: [PATCH] updated to GA version 1.0.0 --- .azure/ci.yml | 8 ++++---- .azure/different-stage.yml | 4 ++-- .azure/same-job.yml | 4 ++-- .azure/same-stage.yml | 4 ++-- .github/workflows/ci.yml | 8 ++++---- .github/workflows/different-job.yml | 4 ++-- .github/workflows/same-job.yml | 4 ++-- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.azure/ci.yml b/.azure/ci.yml index 5023c87..b9fb575 100644 --- a/.azure/ci.yml +++ b/.azure/ci.yml @@ -18,13 +18,13 @@ stages: - checkout: self fetchDepth: 0 - - task: gitversion/setup@0.13.4 + - task: gitversion/setup@1.0.0 displayName: Install GitVersion inputs: versionSpec: '5.x' includePrerelease: false - - task: gitversion/execute@0.13.4 + - task: gitversion/execute@1.0.0 name: version_step # step id used as reference for output values displayName: Use GitVersion inputs: @@ -55,13 +55,13 @@ stages: - checkout: self fetchDepth: 0 - - task: gitversion/setup@0.13.4 + - task: gitversion/setup@1.0.0 displayName: Install GitVersion inputs: versionSpec: '6.x' includePrerelease: true - - task: gitversion/execute@0.13.4 + - task: gitversion/execute@1.0.0 name: version_step # step id used as reference for output values displayName: Use GitVersion inputs: diff --git a/.azure/different-stage.yml b/.azure/different-stage.yml index 4496c31..0255fb8 100644 --- a/.azure/different-stage.yml +++ b/.azure/different-stage.yml @@ -10,13 +10,13 @@ stages: - checkout: self fetchDepth: 0 - - task: gitversion/setup@0.13.4 + - task: gitversion/setup@1.0.0 displayName: Install GitVersion inputs: versionSpec: '5.x' includePrerelease: false - - task: gitversion/execute@0.13.4 + - task: gitversion/execute@1.0.0 name: version_step # step id used as reference for output values displayName: Use GitVersion inputs: diff --git a/.azure/same-job.yml b/.azure/same-job.yml index 5113fde..ec3673d 100644 --- a/.azure/same-job.yml +++ b/.azure/same-job.yml @@ -15,13 +15,13 @@ jobs: - checkout: self fetchDepth: 0 - - task: gitversion/setup@0.13.4 + - task: gitversion/setup@1.0.0 displayName: Install GitVersion inputs: versionSpec: '5.x' includePrerelease: false - - task: gitversion/execute@0.13.4 + - task: gitversion/execute@1.0.0 name: version_step # step id used as reference for output values displayName: Use GitVersion inputs: diff --git a/.azure/same-stage.yml b/.azure/same-stage.yml index 75ff001..48087a9 100644 --- a/.azure/same-stage.yml +++ b/.azure/same-stage.yml @@ -10,13 +10,13 @@ stages: - checkout: self fetchDepth: 0 - - task: gitversion/setup@0.13.4 + - task: gitversion/setup@1.0.0 displayName: Install GitVersion inputs: versionSpec: '5.x' includePrerelease: false - - task: gitversion/execute@0.13.4 + - task: gitversion/execute@1.0.0 name: version_step # step id used as reference for output values displayName: Use GitVersion inputs: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edb100c..5437537 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,12 @@ jobs: - name: Fetch all history for all tags and branches run: | git fetch --prune --unshallow - - uses: gittools/actions/gitversion/setup@v0.13.4 + - uses: gittools/actions/gitversion/setup@v1.0.0 name: Install GitVersion with: versionSpec: '5.x' includePrerelease: false - - uses: gittools/actions/gitversion/execute@v0.13.4 + - uses: gittools/actions/gitversion/execute@v1.0.0 name: Use GitVersion with: useConfigFile: true @@ -45,12 +45,12 @@ jobs: - name: Fetch all history for all tags and branches run: | git fetch --prune --unshallow - - uses: gittools/actions/gitversion/setup@v0.13.4 + - uses: gittools/actions/gitversion/setup@v1.0.0 name: Install GitVersion with: versionSpec: '6.x' includePrerelease: true - - uses: gittools/actions/gitversion/execute@v0.13.4 + - uses: gittools/actions/gitversion/execute@v1.0.0 name: Use GitVersion with: useConfigFile: true diff --git a/.github/workflows/different-job.yml b/.github/workflows/different-job.yml index 08d35a7..132c94b 100644 --- a/.github/workflows/different-job.yml +++ b/.github/workflows/different-job.yml @@ -24,12 +24,12 @@ jobs: - name: Fetch all history for all tags and branches run: | git fetch --prune --unshallow - - uses: gittools/actions/gitversion/setup@v0.13.4 + - uses: gittools/actions/gitversion/setup@v1.0.0 name: Install GitVersion with: versionSpec: '5.x' includePrerelease: false - - uses: gittools/actions/gitversion/execute@v0.13.4 + - uses: gittools/actions/gitversion/execute@v1.0.0 name: Use GitVersion with: useConfigFile: true diff --git a/.github/workflows/same-job.yml b/.github/workflows/same-job.yml index f147c66..fd27549 100644 --- a/.github/workflows/same-job.yml +++ b/.github/workflows/same-job.yml @@ -14,12 +14,12 @@ jobs: - name: Fetch all history for all tags and branches run: | git fetch --prune --unshallow - - uses: gittools/actions/gitversion/setup@v0.13.4 + - uses: gittools/actions/gitversion/setup@v1.0.0 name: Install GitVersion with: versionSpec: '5.x' includePrerelease: false - - uses: gittools/actions/gitversion/execute@v0.13.4 + - uses: gittools/actions/gitversion/execute@v1.0.0 name: Use GitVersion with: useConfigFile: true