We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de90f89 commit 04b7e18Copy full SHA for 04b7e18
1 file changed
.github/workflows/ci.yml
@@ -26,16 +26,15 @@ jobs:
26
dotnet-version: 8.0.x
27
28
- name: Install GitVersion
29
- uses: gittools/actions/gitversion/setup@v3
+ uses: gittools/actions/gitversion/setup@v0.9.15
30
with:
31
- versionSpec: '6.4.0'
+ versionSpec: 5.x
32
33
- name: Determine Version
34
id: gitversion
35
- uses: gittools/actions/gitversion/execute@v3
+ uses: gittools/actions/gitversion/execute@v0.9.15
36
37
useConfigFile: true
38
- configFilePath: GitVersion.yml
39
40
- name: Display Version
41
run: |
0 commit comments