File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -170,12 +170,12 @@ jobs:
170
170
packages : pigz
171
171
version : 1.0
172
172
- name : Install GitVersion
173
- uses : gittools/actions/gitversion/setup@v3.2.1
173
+ uses : gittools/actions/gitversion/setup@v4.0.0
174
174
with :
175
175
versionSpec : " 5.x"
176
176
- name : Run GitVersion
177
177
id : gitversion
178
- uses : gittools/actions/gitversion/execute@v3.2.1
178
+ uses : gittools/actions/gitversion/execute@v4.0.0
179
179
180
180
- name : Tell gradle to use JDK ${{ env.jdk_version }} (linux, Windows)
181
181
if : ${{ !startsWith(matrix.os, 'macos') }}
Original file line number Diff line number Diff line change @@ -182,12 +182,12 @@ jobs:
182
182
packages : pigz
183
183
version : 1.0
184
184
- name : Install GitVersion
185
- uses : gittools/actions/gitversion/setup@v3.2.1
185
+ uses : gittools/actions/gitversion/setup@v4.0.0
186
186
with :
187
187
versionSpec : " 5.x"
188
188
- name : Run GitVersion
189
189
id : gitversion
190
- uses : gittools/actions/gitversion/execute@v3.2.1
190
+ uses : gittools/actions/gitversion/execute@v4.0.0
191
191
- name : Setup JDK
192
192
uses : actions/setup-java@v4
193
193
with :
Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
39
39
submodules : ' true'
40
40
show-progress : ' false'
41
41
- name : Install GitVersion
42
- uses : gittools/actions/gitversion/setup@v3.2.1
42
+ uses : gittools/actions/gitversion/setup@v4.0.0
43
43
with :
44
44
versionSpec : " 5.x"
45
45
- name : Run GitVersion
46
46
id : gitversion
47
- uses : gittools/actions/gitversion/execute@v3.2.1
47
+ uses : gittools/actions/gitversion/execute@v4.0.0
48
48
- name : Setup JDK
49
49
uses : actions/setup-java@v4
50
50
with :
You can’t perform that action at this time.
0 commit comments