-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update gittools/actions action to v3.0.2
- Loading branch information
1 parent
ba6b9cd
commit 70e00a1
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,13 +17,13 @@ jobs: | |
|
||
# Use GitVersion | ||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].2 | ||
with: | ||
versionSpec: '6.x' | ||
|
||
- name: Determine Version | ||
id: gitversion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].2 | ||
|
||
- name: Setup .NET | ||
uses: actions/setup-dotnet@v4 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,13 +44,13 @@ jobs: | |
|
||
# Use GitVersion | ||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].2 | ||
with: | ||
versionSpec: '6.x' | ||
|
||
- name: Determine Version | ||
id: gitversion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].2 | ||
|
||
- name: Publish NuGet Package | ||
run: | | ||
|