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@v3.1.11
24+ uses : gittools/actions/gitversion/setup@v3.2.1
2525 with :
2626 versionSpec : ' 6.0.5'
2727 - name : Use GitVersion
2828 id : gitversion # step id used as reference for output values
29- uses : gittools/actions/gitversion/execute@v3.1.11
29+ uses : gittools/actions/gitversion/execute@v3.2.1
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 @@ -20,12 +20,12 @@ jobs:
2020 - name : Fetch all history for all tags and branches
2121 run : git fetch --prune --unshallow
2222 - name : Install GitVersion
23- uses : gittools/actions/gitversion/setup@v3.1.11
23+ uses : gittools/actions/gitversion/setup@v3.2.1
2424 with :
2525 versionSpec : ' 6.0.5'
2626 - name : Use GitVersion
2727 id : gitversion # step id used as reference for output values
28- uses : gittools/actions/gitversion/execute@v3.1.11
28+ uses : gittools/actions/gitversion/execute@v3.2.1
2929 - run : |
3030 echo "MajorMinorPatch: ${{ steps.gitversion.outputs.MajorMinorPatch }}"
3131 echo "FullSemVer: ${{ steps.gitversion.outputs.FullSemVer }}"
You can’t perform that action at this time.
0 commit comments