Skip to content

Commit 4618548

Browse files
committed
fix
1 parent 9741a06 commit 4618548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
driver: docker-container
3737

3838
- name: Install GitVersion
39-
uses: gittools/actions/gitversion/setup@v4.0.1
39+
uses: gittools/actions/gitversion/setup@v4.1.0
4040
with:
4141
versionSpec: "6.1.0"
4242

@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Determine Version
4747
id: gitversion
48-
uses: gittools/actions/gitversion/setup@v4.0.1
48+
uses: gittools/actions/gitversion/execute@v4.1.0
4949
with:
5050
useConfigFile: true
5151
configFilePath: ci/git-version.yml

0 commit comments

Comments
 (0)