File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,18 +17,18 @@ jobs:
17
17
- uses : actions/setup-dotnet@v4
18
18
19
19
- name : Install GitVersion
20
- uses : gittools/actions/gitversion/setup@v0.11.0
20
+ uses : gittools/actions/gitversion/setup@v0.12.1
21
21
with :
22
22
versionSpec : ' 5.x'
23
23
24
24
- name : Install GitReleaseManager
25
- uses : gittools/actions/gitreleasemanager/setup@v0.11.0
25
+ uses : gittools/actions/gitreleasemanager/setup@v0.12.1
26
26
with :
27
27
versionSpec : ' 0.15.x'
28
28
29
29
- name : Use GitVersion
30
30
id : gitversion
31
- uses : gittools/actions/gitversion/execute@v0.11.0
31
+ uses : gittools/actions/gitversion/execute@v0.12.1
32
32
33
33
# Ensure the milestone exists
34
34
- name : Create Milestone
Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ jobs:
27
27
run : git fetch --prune
28
28
29
29
- name : Install GitVersion
30
- uses : gittools/actions/gitversion/setup@v0.11.0
30
+ uses : gittools/actions/gitversion/setup@v0.12.1
31
31
with :
32
32
versionSpec : ' 5.x'
33
33
34
34
- name : Use GitVersion
35
35
id : gitversion
36
- uses : gittools/actions/gitversion/execute@v0.11.0
36
+ uses : gittools/actions/gitversion/execute@v0.12.1
37
37
38
38
- name : Create Milestone
39
39
uses : WyriHaximus/github-action-create-milestone@v1
Original file line number Diff line number Diff line change @@ -25,20 +25,20 @@ jobs:
25
25
26
26
- name : Install GitVersion
27
27
if : ${{ github.event.action == 'opened' }}
28
- uses : gittools/actions/gitversion/setup@v0.11.0
28
+ uses : gittools/actions/gitversion/setup@v0.12.1
29
29
with :
30
30
versionSpec : ' 5.x'
31
31
32
32
- name : Install GitReleaseManager
33
33
if : ${{ github.event.action == 'opened' }}
34
- uses : gittools/actions/gitreleasemanager/setup@v0.11.0
34
+ uses : gittools/actions/gitreleasemanager/setup@v0.12.1
35
35
with :
36
36
versionSpec : ' 0.15.x'
37
37
38
38
- name : Use GitVersion
39
39
if : ${{ github.event.action == 'opened' }}
40
40
id : gitversion
41
- uses : gittools/actions/gitversion/execute@v0.11.0
41
+ uses : gittools/actions/gitversion/execute@v0.12.1
42
42
43
43
- name : Create Milestone
44
44
if : ${{ github.event.action == 'opened' }}
You can’t perform that action at this time.
0 commit comments