Skip to content

Commit cfcae04

Browse files
committed
fix: downgrade gittools/actions to v3 for GitVersion 5.x compatibility
gittools/actions@v4 requires GitVersion >=6.1.0, but the workflow uses versionSpec 5.x. v3 supports the full 5.x-6.x range.
1 parent c1a587f commit cfcae04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,13 @@ jobs:
152152
run: git fetch --prune --tags
153153

154154
- name: Install GitVersion
155-
uses: gittools/actions/gitversion/setup@v4
155+
uses: gittools/actions/gitversion/setup@v3
156156
with:
157157
versionSpec: '5.x'
158158

159159
- name: Run GitVersion
160160
id: gitversion
161-
uses: gittools/actions/gitversion/execute@v4
161+
uses: gittools/actions/gitversion/execute@v3
162162

163163
- name: Set version env vars
164164
run: |

0 commit comments

Comments
 (0)