We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8cd884 + 6737cf1 commit c0e787bCopy full SHA for c0e787b
1 file changed
.github/workflows/release-nuget.yml
@@ -20,12 +20,12 @@ jobs:
20
fetch-depth: 0
21
22
- name: Install GitVersion
23
- uses: gittools/actions/gitversion/setup@v4.3.3
+ uses: gittools/actions/gitversion/setup@v4.4.2
24
with:
25
versionSpec: '5.x'
26
27
- name: Determine Version
28
- uses: gittools/actions/gitversion/execute@v4.3.3
+ uses: gittools/actions/gitversion/execute@v4.4.2
29
30
useConfigFile: true
31
configFilePath: GitVersion.yml
0 commit comments