File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 - name : Fetch all history for all tags and branches
2222 run : git fetch --prune --unshallow
2323 - name : Install GitVersion
24- uses : gittools/actions/gitversion/setup@v4.1 .0
24+ uses : gittools/actions/gitversion/setup@v4.2 .0
2525 with :
2626 versionSpec : ' 6.x'
2727 - name : Use GitVersion
2828 id : gitversion # step id used as reference for output values
29- uses : gittools/actions/gitversion/execute@v4.1 .0
29+ uses : gittools/actions/gitversion/execute@v4.2 .0
3030 - run : |
3131 echo "MajorMinorPatch: ${{ steps.gitversion.outputs.MajorMinorPatch }}"
3232 echo "FullSemVer: ${{ steps.gitversion.outputs.FullSemVer }}"
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 - name : Fetch all history for all tags and branches
2424 run : git fetch --prune --unshallow
2525 - name : Install GitVersion
26- uses : gittools/actions/gitversion/setup@v4.1 .0
26+ uses : gittools/actions/gitversion/setup@v4.2 .0
2727 with :
2828 versionSpec : ' 6.x'
2929 - name : Use GitVersion
3030 id : gitversion # step id used as reference for output values
31- uses : gittools/actions/gitversion/execute@v4.1 .0
31+ uses : gittools/actions/gitversion/execute@v4.2 .0
3232 - run : |
3333 echo "MajorMinorPatch: ${{ steps.gitversion.outputs.MajorMinorPatch }}"
3434 echo "FullSemVer: ${{ steps.gitversion.outputs.FullSemVer }}"
You can’t perform that action at this time.
0 commit comments