Skip to content

Commit

Permalink
Fix gitversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Dec 23, 2024
1 parent f187980 commit 8c65b4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: "6.x"
versionSpec: "6.0.5"
- name: Run GitVersion
id: gitversion
uses: gittools/actions/gitversion/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment-jdk-ea.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: "6.x"
versionSpec: "6.0.5"
- name: Run GitVersion
id: gitversion
uses: gittools/actions/gitversion/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: "6.x"
versionSpec: "6.0.5"
- name: Run GitVersion
id: gitversion
uses: gittools/actions/gitversion/[email protected]
Expand Down

0 comments on commit 8c65b4c

Please sign in to comment.