-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump gittools/actions from 3.0.1 to 3.0.3 (#222)
- Loading branch information
1 parent
37a15b7
commit 9a78576
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -48,12 +48,12 @@ jobs: | |
fetch-depth: 0 # Required for GitVersion | ||
|
||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].1 | ||
uses: gittools/actions/gitversion/[email protected].3 | ||
with: | ||
versionSpec: '6.x' | ||
|
||
- name: Determine Version | ||
uses: gittools/actions/gitversion/[email protected].1 | ||
uses: gittools/actions/gitversion/[email protected].3 | ||
id: gitversion | ||
with: | ||
useConfigFile: true | ||
|