File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
2121 key : ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
2222 - name : Set up git version
2323 if : ${{ !contains(github.ref, '/hotfix/') && !contains(github.ref, '/release/') }}
24- uses : gittools/actions/gitversion/setup@dcb17efb49ec7f20efdebce79cc397a3952c63db # v1.2.0
24+ uses : gittools/actions/gitversion/setup@d2063e59b58a89fa78aa5efa39f6efb8ffea7308 # v2.0.1
2525 with :
2626 versionSpec : " 5.x"
2727 - name : Run git version
2828 if : ${{ !contains(github.ref, '/hotfix/') && !contains(github.ref, '/release/') }}
2929 id : gitversion
30- uses : gittools/actions/gitversion/execute@dcb17efb49ec7f20efdebce79cc397a3952c63db # v1.2.0
30+ uses : gittools/actions/gitversion/execute@d2063e59b58a89fa78aa5efa39f6efb8ffea7308 # v2.0.1
3131 - name : Create release branch ${{ github.event.inputs.version }}
3232 if : ${{ steps.gitversion.outputs.majorMinorPatch }}
3333 run : git switch -c release/${{ steps.gitversion.outputs.majorMinorPatch }}
You can’t perform that action at this time.
0 commit comments