File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
key : ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}
22
22
- name : Set up git version
23
23
if : ${{ !contains(github.ref, '/hotfix/') && !contains(github.ref, '/release/') }}
24
- uses : gittools/actions/gitversion/setup@d2063e59b58a89fa78aa5efa39f6efb8ffea7308 # v2 .0.1
24
+ uses : gittools/actions/gitversion/setup@2ef88d1c60c94a47f22e4add7032a9bc597fb07e # v3 .0.4
25
25
with :
26
26
versionSpec : " 5.x"
27
27
- name : Run git version
28
28
if : ${{ !contains(github.ref, '/hotfix/') && !contains(github.ref, '/release/') }}
29
29
id : gitversion
30
- uses : gittools/actions/gitversion/execute@d2063e59b58a89fa78aa5efa39f6efb8ffea7308 # v2 .0.1
30
+ uses : gittools/actions/gitversion/execute@2ef88d1c60c94a47f22e4add7032a9bc597fb07e # v3 .0.4
31
31
- name : Create release branch ${{ github.event.inputs.version }}
32
32
if : ${{ steps.gitversion.outputs.majorMinorPatch }}
33
33
run : git switch -c release/${{ steps.gitversion.outputs.majorMinorPatch }}
You can’t perform that action at this time.
0 commit comments