File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
uses : docker/setup-qemu-action@v3
16
16
17
17
- name : Install GitVersion
18
- uses : gittools/actions/gitversion/setup@v3.0.3
18
+ uses : gittools/actions/gitversion/setup@v3.1.1
19
19
with :
20
20
versionSpec : ' 5.x'
21
21
27
27
28
28
- name : Determine Version
29
29
id : gitversion # id to later be referenced
30
- uses : gittools/actions/gitversion/execute@v3.0.3
30
+ uses : gittools/actions/gitversion/execute@v3.1.1
31
31
with :
32
32
additionalArguments : /config commit-date-format="yyyy-MM-ddTHH:mm:ss-0000"
33
33
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Install GitVersion
15
- uses : gittools/actions/gitversion/setup@v3.0.3
15
+ uses : gittools/actions/gitversion/setup@v3.1.1
16
16
with :
17
17
versionSpec : ' 5.x'
18
18
24
24
25
25
- name : Determine Version
26
26
id : gitversion # id to later be referenced
27
- uses : gittools/actions/gitversion/execute@v3.0.3
27
+ uses : gittools/actions/gitversion/execute@v3.1.1
28
28
with :
29
29
additionalArguments : /config commit-date-format="yyyy-MM-ddTHH:mm:ss-0000"
30
30
You can’t perform that action at this time.
0 commit comments