File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,13 +61,13 @@ jobs:
61
61
run : git branch --create-reflog master origin/master
62
62
63
63
- name : Install GitVersion
64
- uses : gittools/actions/setup- gitversion@v0.3
64
+ uses : gittools/actions/gitversion/setup @v0.9 .3
65
65
with :
66
- versionSpec : " 5.1 .x"
66
+ versionSpec : " 5.3 .x"
67
67
68
68
- name : Use GitVersion
69
69
id : gitversion # step id used as reference for output values
70
- uses : gittools/actions/execute- gitversion@v0.3
70
+ uses : gittools/actions/gitversion/execute @v0.9 .3
71
71
72
72
- name : Setup DotNet SDK
73
73
uses : actions/setup-dotnet@v1
@@ -121,13 +121,13 @@ jobs:
121
121
run : git branch --create-reflog master origin/master
122
122
123
123
- name : Install GitVersion
124
- uses : gittools/actions/setup- gitversion@v0.3
124
+ uses : gittools/actions/gitversion/setup @v0.9 .3
125
125
with :
126
- versionSpec : " 5.1 .x"
126
+ versionSpec : " 5.3 .x"
127
127
128
128
- name : Use GitVersion
129
129
id : gitversion # step id used as reference for output values
130
- uses : gittools/actions/execute- gitversion@v0.3
130
+ uses : gittools/actions/gitversion/execute @v0.9 .3
131
131
132
132
- name : Setup DotNet SDK
133
133
uses : actions/setup-dotnet@v1
You can’t perform that action at this time.
0 commit comments