Skip to content

Commit c0f6ccf

Browse files
committed
fix: GitVersion
1 parent bc602c3 commit c0f6ccf

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/nuget.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@ jobs:
2828
run: dotnet tool install --global NuGetKeyVaultSignTool -v diag --ignore-failed-sources
2929

3030
- name: Setup GitVersion
31-
uses: gittools/actions/gitversion/[email protected].0
31+
uses: gittools/actions/gitversion/[email protected].3
3232
with:
33-
versionSpec: 6.x
33+
versionSpec: 6.0.x
3434

3535
- name: GitVersion update project files
36-
uses: gittools/actions/gitversion/[email protected].0
36+
uses: gittools/actions/gitversion/[email protected].3
3737
with:
3838
arguments: -updateprojectfiles
3939

4040
- name: GitVersion
4141
id: gitversion
42-
uses: gittools/actions/gitversion/[email protected].0
42+
uses: gittools/actions/gitversion/[email protected].3
4343
with:
4444
useConfigFile: true
4545

.github/workflows/package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ jobs:
3434
run: dotnet tool install --global NuGetKeyVaultSignTool -v diag --ignore-failed-sources
3535

3636
- name: Setup GitVersion
37-
uses: gittools/actions/gitversion/[email protected].0
37+
uses: gittools/actions/gitversion/[email protected].3
3838
with:
39-
versionSpec: 6.x
39+
versionSpec: 6.0.x
4040

4141
- name: GitVersion update project files
42-
uses: gittools/actions/gitversion/[email protected].0
42+
uses: gittools/actions/gitversion/[email protected].3
4343
with:
4444
arguments: -updateprojectfiles
4545

4646
- name: GitVersion
4747
id: gitversion
48-
uses: gittools/actions/gitversion/[email protected].0
48+
uses: gittools/actions/gitversion/[email protected].3
4949
with:
5050
useConfigFile: true
5151

0 commit comments

Comments
 (0)