Skip to content

Commit 2fa572f

Browse files
authored
Merge pull request #109 from udx/supervisord-config-improvements
Hotfix: revert to gittools/actions 4.1.0
2 parents 04fa939 + d76d755 commit 2fa572f

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
@@ -39,7 +39,7 @@ jobs:
3939
driver: docker-container
4040

4141
- name: Install GitVersion
42-
uses: gittools/actions/gitversion/setup@v4.2.0
42+
uses: gittools/actions/gitversion/setup@v4.1.0
4343
with:
4444
versionSpec: "6.1.0"
4545

@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Determine Version
5050
id: gitversion
51-
uses: gittools/actions/gitversion/execute@v4.2.0
51+
uses: gittools/actions/gitversion/execute@v4.1.0
5252
with:
5353
useConfigFile: true
5454
configFilePath: ci/git-version.yml

0 commit comments

Comments
 (0)