Skip to content

Commit b3f5147

Browse files
author
Petr Sramek
committed
removed actioin version
1 parent 10b2e99 commit b3f5147

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/actions/versioning/action.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ inputs:
55
description: 'Version of GitVersion'
66
required: true
77
default: 6.0.x
8-
git-action-version:
9-
description: 'Version of GitVersion action'
10-
required: true
11-
default: v3.1.11
128
is-release:
139
description: 'Release flag'
1410
required: false
@@ -34,13 +30,13 @@ runs:
3430
with:
3531
fetch-depth: 0
3632
- name: Install GitVersion ${{ inputs.git-version }}
37-
uses: gittools/actions/gitversion/setup@${{ inputs.git-version }}
33+
uses: gittools/actions/gitversion/setup@v3.1.11
3834
with:
3935
versionSpec: ${{ inputs.git-version }}
4036
preferLatestVersion: true
4137
- name: Calculate version with GitVersion ${{ inputs.git-version }}
4238
id: gitversion
43-
uses: gittools/actions/gitversion/execute@${{ inputs.git-action-version }}
39+
uses: gittools/actions/gitversion/execute@v3.1.11
4440
with:
4541
useConfigFile: true
4642
configFilePath: ./.gitversion/version.yml

0 commit comments

Comments
 (0)