We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b6618 commit 6f83f9eCopy full SHA for 6f83f9e
1 file changed
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
driver: docker-container
40
41
- name: Install GitVersion
42
- uses: gittools/actions/gitversion/setup@v4.0.0
+ uses: gittools/actions/gitversion/setup@v4.0.1
43
with:
44
versionSpec: "6.1.0"
45
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Determine Version
50
id: gitversion
51
- uses: gittools/actions/gitversion/execute@v4.0.0
+ uses: gittools/actions/gitversion/execute@v4.0.1
52
53
useConfigFile: true
54
configFilePath: ci/git-version.yml
0 commit comments