Skip to content

Commit

Permalink
Fix GitVersion issue (bump to v4 for when it is released)
Browse files Browse the repository at this point in the history
  • Loading branch information
manio143 committed Feb 2, 2025
1 parent a0a59e5 commit 62ff1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
with:
fetch-depth: 0 # full checkout
- name: Install GitVersion
uses: gittools/actions/gitversion/setup@v3.1.11
uses: gittools/actions/gitversion/setup@v4
- name: Determine Version
id: version # step id used as reference for output values
uses: gittools/actions/gitversion/execute@v3.1.11
uses: gittools/actions/gitversion/execute@v4

- name: Setup .NET
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 62ff1cc

Please sign in to comment.