Skip to content

Commit

Permalink
Update GitVersion tool spec to 6.0.x, must stay below 6.1 for now (#1515
Browse files Browse the repository at this point in the history
)
  • Loading branch information
rhyskoedijk authored Dec 25, 2024
1 parent de32399 commit ec4892f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '6.x'
versionSpec: '6.0.x'

- name: Determine Version
id: gitversion
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '6.x'
versionSpec: '6.0.x'

- name: Determine Version
uses: gittools/actions/gitversion/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '6.x'
versionSpec: '6.0.x'

- name: Determine Version
uses: gittools/actions/gitversion/[email protected]
Expand Down

0 comments on commit ec4892f

Please sign in to comment.