Skip to content

Commit c638fff

Browse files
authored
Update GH Action tool versions (#1446)
2 parents dbd3b8a + b52061d commit c638fff

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.github/workflows/close-milestone.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ jobs:
1919
- name: Install GitVersion
2020
uses: gittools/actions/gitversion/[email protected]
2121
with:
22-
versionSpec: '5.x'
22+
versionSpec: '6.0.x'
23+
preferLatestVersion: true
2324

2425
- name: Install GitReleaseManager
2526
uses: gittools/actions/gitreleasemanager/[email protected]
2627
with:
27-
versionSpec: '0.15.x'
28+
versionSpec: '0.18.x'
2829

2930
- name: Use GitVersion
3031
id: gitversion

.github/workflows/draft-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- name: Install GitVersion
3030
uses: gittools/actions/gitversion/[email protected]
3131
with:
32-
versionSpec: '5.x'
32+
versionSpec: '6.0.x'
33+
preferLatestVersion: true
3334

3435
- name: Use GitVersion
3536
id: gitversion

.github/workflows/publish-nuget.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: nuget/setup-nuget@v2
2323
with:
24-
nuget-version: '5.x'
24+
nuget-version: '6.x'
2525

2626
- uses: actions/download-artifact@v4
2727
with:

.github/workflows/update-milestone.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ jobs:
2727
if: ${{ github.event.action == 'opened' }}
2828
uses: gittools/actions/gitversion/[email protected]
2929
with:
30-
versionSpec: '5.x'
30+
versionSpec: '6.0.x'
31+
preferLatestVersion: true
3132

3233
- name: Install GitReleaseManager
3334
if: ${{ github.event.action == 'opened' }}
3435
uses: gittools/actions/gitreleasemanager/[email protected]
3536
with:
36-
versionSpec: '0.15.x'
37+
versionSpec: '0.18.x'
3738

3839
- name: Use GitVersion
3940
if: ${{ github.event.action == 'opened' }}

0 commit comments

Comments
 (0)