Skip to content

Commit 4f90bea

Browse files
committed
Upgrading version of gitversion
1 parent 3777746 commit 4f90bea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pre-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
- name: Fetch all history for all tags and branches
1616
run: git fetch --prune --unshallow
1717
- name: Install GitVersion
18-
uses: gittools/actions/gitversion/[email protected]
18+
uses: gittools/actions/gitversion/[email protected].4
1919
with:
2020
versionSpec: '5.1.x'
2121
- name: Use GitVersion
2222
id: gitversion
23-
uses: gittools/actions/gitversion/[email protected]
23+
uses: gittools/actions/gitversion/[email protected].4
2424
- run: |
2525
echo "NuGetVersionV2: ${{ steps.gitversion.outputs.NuGetVersionV2 }}"
2626
- name: Setup .NET Core

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
- name: Fetch all history for all tags and branches
1414
run: git fetch --prune --unshallow
1515
- name: Install GitVersion
16-
uses: gittools/actions/gitversion/[email protected]
16+
uses: gittools/actions/gitversion/[email protected].4
1717
with:
1818
versionSpec: '5.1.x'
1919
- name: Use GitVersion
2020
id: gitversion
21-
uses: gittools/actions/gitversion/[email protected]
21+
uses: gittools/actions/gitversion/[email protected].4
2222
- run: |
2323
echo "NuGetVersionV2: ${{ steps.gitversion.outputs.NuGetVersionV2 }}"
2424
- name: Setup .NET Core

0 commit comments

Comments
 (0)