We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2863128 + efeb8e4 commit b8cd884Copy full SHA for b8cd884
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.2
+ uses: gittools/actions/gitversion/setup@v4.3.3
24
with:
25
versionSpec: '5.x'
26
27
- name: Determine Version
28
- uses: gittools/actions/gitversion/execute@v4.3.2
+ uses: gittools/actions/gitversion/execute@v4.3.3
29
30
useConfigFile: true
31
configFilePath: GitVersion.yml
0 commit comments