Skip to content

Commit 04b7e18

Browse files
authored
Update ci.yml
Signed-off-by: Najaf Shaikh <ns4mail@gmail.com>
1 parent de90f89 commit 04b7e18

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,15 @@ jobs:
2626
dotnet-version: 8.0.x
2727

2828
- name: Install GitVersion
29-
uses: gittools/actions/gitversion/setup@v3
29+
uses: gittools/actions/gitversion/setup@v0.9.15
3030
with:
31-
versionSpec: '6.4.0'
31+
versionSpec: 5.x
3232

3333
- name: Determine Version
3434
id: gitversion
35-
uses: gittools/actions/gitversion/execute@v3
35+
uses: gittools/actions/gitversion/execute@v0.9.15
3636
with:
3737
useConfigFile: true
38-
configFilePath: GitVersion.yml
3938

4039
- name: Display Version
4140
run: |

0 commit comments

Comments
 (0)