We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec6d8a commit af71df8Copy full SHA for af71df8
1 file changed
.github/workflows/deploy.yml
@@ -37,13 +37,13 @@ jobs:
37
dotnet-version: ${{ matrix.dotnet-version }}
38
39
- name: Install GitVersion
40
- uses: gittools/actions/gitversion/setup@v1.1.1
+ uses: gittools/actions/gitversion/setup@v4.1.0
41
with:
42
- versionSpec: '5.x'
43
-
+ versionSpec: '6.x'
+
44
- name: GitVersion
45
id: gitversion
46
- uses: gittools/actions/gitversion/execute@v1.1.1
+ uses: gittools/actions/gitversion/execute@v4.1.0
47
48
useConfigFile: true
49
0 commit comments