diff --git a/.azure/ci.yml b/.azure/ci.yml index 07fbb34..5023c87 100644 --- a/.azure/ci.yml +++ b/.azure/ci.yml @@ -18,13 +18,13 @@ stages: - checkout: self fetchDepth: 0 - - task: gitversion/setup@0.13.2 + - task: gitversion/setup@0.13.4 displayName: Install GitVersion inputs: versionSpec: '5.x' includePrerelease: false - - task: gitversion/execute@0.13.2 + - task: gitversion/execute@0.13.4 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.2 + - task: gitversion/setup@0.13.4 displayName: Install GitVersion inputs: versionSpec: '6.x' includePrerelease: true - - task: gitversion/execute@0.13.2 + - task: gitversion/execute@0.13.4 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 959d50b..4496c31 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.2 + - task: gitversion/setup@0.13.4 displayName: Install GitVersion inputs: versionSpec: '5.x' includePrerelease: false - - task: gitversion/execute@0.13.2 + - task: gitversion/execute@0.13.4 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 a7b0033..5113fde 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.2 + - task: gitversion/setup@0.13.4 displayName: Install GitVersion inputs: versionSpec: '5.x' includePrerelease: false - - task: gitversion/execute@0.13.2 + - task: gitversion/execute@0.13.4 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 4bcaed5..75ff001 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.2 + - task: gitversion/setup@0.13.4 displayName: Install GitVersion inputs: versionSpec: '5.x' includePrerelease: false - - task: gitversion/execute@0.13.2 + - task: gitversion/execute@0.13.4 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 7b9399e..edb100c 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.2 + - uses: gittools/actions/gitversion/setup@v0.13.4 name: Install GitVersion with: versionSpec: '5.x' includePrerelease: false - - uses: gittools/actions/gitversion/execute@v0.13.2 + - uses: gittools/actions/gitversion/execute@v0.13.4 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.2 + - uses: gittools/actions/gitversion/setup@v0.13.4 name: Install GitVersion with: versionSpec: '6.x' includePrerelease: true - - uses: gittools/actions/gitversion/execute@v0.13.2 + - uses: gittools/actions/gitversion/execute@v0.13.4 name: Use GitVersion with: useConfigFile: true diff --git a/.github/workflows/different-job.yml b/.github/workflows/different-job.yml index a9d3105..08d35a7 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.2 + - uses: gittools/actions/gitversion/setup@v0.13.4 name: Install GitVersion with: versionSpec: '5.x' includePrerelease: false - - uses: gittools/actions/gitversion/execute@v0.13.2 + - uses: gittools/actions/gitversion/execute@v0.13.4 name: Use GitVersion with: useConfigFile: true diff --git a/.github/workflows/same-job.yml b/.github/workflows/same-job.yml index 18562ba..f147c66 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.2 + - uses: gittools/actions/gitversion/setup@v0.13.4 name: Install GitVersion with: versionSpec: '5.x' includePrerelease: false - - uses: gittools/actions/gitversion/execute@v0.13.2 + - uses: gittools/actions/gitversion/execute@v0.13.4 name: Use GitVersion with: useConfigFile: true