We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c630baf commit 3b54d1fCopy full SHA for 3b54d1f
.github/workflows/step-dotnet-version.yml
@@ -44,12 +44,12 @@ jobs:
44
dotnet-quality: ${{ inputs.dotnet-quality }}
45
46
- name: Install GitVersion
47
- uses: gittools/actions/gitversion/setup@v1.2.0
+ uses: gittools/actions/gitversion/setup@v3.0.0
48
with:
49
versionSpec: '5.x'
50
51
- name: Determine Version
52
id: gitversion
53
- uses: gittools/actions/gitversion/execute@v1.2.0
+ uses: gittools/actions/gitversion/execute@v3.0.0
54
55
useConfigFile: true
0 commit comments