Skip to content

Commit 310852b

Browse files
committed
Update GitVersion version specification to 6.1.x in CI workflow
This change updates the version specification for GitVersion in the CI workflow from '6.0.x' to '6.1.x' to ensure compatibility with the latest features and improvements. Signed-off-by: Victor Chang <[email protected]>
1 parent 492c9d3 commit 310852b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup GitVersion
5454
uses: gittools/actions/gitversion/[email protected]
5555
with:
56-
versionSpec: '6.0.x'
56+
versionSpec: '6.1.x'
5757

5858
- name: Determine Version
5959
id: gitversion

0 commit comments

Comments
 (0)