Skip to content

Commit 3c91583

Browse files
fix(ci): Update GitVersion to 6.x for compatibility with gittools/actions@v4 (#43)
* Initial plan * fix(ci): Update GitVersion from 5.x to 6.x to fix install error Co-authored-by: JerrettDavis <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: JerrettDavis <[email protected]>
1 parent 1ea2d2b commit 3c91583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Install GitVersion
121121
uses: gittools/actions/gitversion/setup@v4
122122
with:
123-
versionSpec: '5.x'
123+
versionSpec: '6.x'
124124

125125
- name: Run GitVersion
126126
id: gitversion

0 commit comments

Comments
 (0)