Skip to content

Commit 45e842e

Browse files
authored
fix actions
1 parent a26ded7 commit 45e842e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install GitVersion
3737
uses: gittools/actions/gitversion/[email protected]
3838
with:
39-
versionSpec: '6.x'
39+
versionSpec: '6.0.5'
4040

4141
- name: Determine Version
4242
run: |

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install GitVersion
4141
uses: gittools/actions/gitversion/[email protected]
4242
with:
43-
versionSpec: '6.x'
43+
versionSpec: '6.0.5'
4444

4545
- name: Determine Version
4646
run: |

0 commit comments

Comments
 (0)