Skip to content

Commit

Permalink
Update GH Action tool versions (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich authored Feb 3, 2025
2 parents dbd3b8a + b52061d commit c638fff
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/close-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '5.x'
versionSpec: '6.0.x'
preferLatestVersion: true

- name: Install GitReleaseManager
uses: gittools/actions/gitreleasemanager/[email protected]
with:
versionSpec: '0.15.x'
versionSpec: '0.18.x'

- name: Use GitVersion
id: gitversion
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Install GitVersion
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '5.x'
versionSpec: '6.0.x'
preferLatestVersion: true

- name: Use GitVersion
id: gitversion
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- uses: nuget/setup-nuget@v2
with:
nuget-version: '5.x'
nuget-version: '6.x'

- uses: actions/download-artifact@v4
with:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/update-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,14 @@ jobs:
if: ${{ github.event.action == 'opened' }}
uses: gittools/actions/gitversion/[email protected]
with:
versionSpec: '5.x'
versionSpec: '6.0.x'
preferLatestVersion: true

- name: Install GitReleaseManager
if: ${{ github.event.action == 'opened' }}
uses: gittools/actions/gitreleasemanager/[email protected]
with:
versionSpec: '0.15.x'
versionSpec: '0.18.x'

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

0 comments on commit c638fff

Please sign in to comment.