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 @@ -15,18 +15,18 @@ jobs:
15
15
fetch-depth : 0
16
16
17
17
- name : Install GitVersion
18
- uses : gittools/actions/gitversion/setup@v0.9.15
18
+ uses : gittools/actions/gitversion/setup@v0.10.0
19
19
with :
20
20
versionSpec : ' 5.x'
21
21
22
22
- name : Install GitReleaseManager
23
- uses : gittools/actions/gitreleasemanager/setup@v0.9.15
23
+ uses : gittools/actions/gitreleasemanager/setup@v0.10.0
24
24
with :
25
25
versionSpec : ' 0.11.x'
26
26
27
27
- name : Use GitVersion
28
28
id : gitversion
29
- uses : gittools/actions/gitversion/execute@v0.9.15
29
+ uses : gittools/actions/gitversion/execute@v0.10.0
30
30
31
31
# Ensure the milestone exists
32
32
- name : Create Milestone
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
run : git fetch --prune
23
23
24
24
- name : Install GitVersion
25
- uses : gittools/actions/gitversion/setup@v0.9.15
25
+ uses : gittools/actions/gitversion/setup@v0.10.0
26
26
with :
27
27
versionSpec : ' 5.x'
28
28
29
29
- name : Use GitVersion
30
30
id : gitversion
31
- uses : gittools/actions/gitversion/execute@v0.9.15
31
+ uses : gittools/actions/gitversion/execute@v0.10.0
32
32
33
33
- name : Create Milestone
34
34
uses : WyriHaximus/github-action-create-milestone@v1
Original file line number Diff line number Diff line change @@ -23,20 +23,20 @@ jobs:
23
23
24
24
- name : Install GitVersion
25
25
if : ${{ github.event.action == 'opened' }}
26
- uses : gittools/actions/gitversion/setup@v0.9.15
26
+ uses : gittools/actions/gitversion/setup@v0.10.0
27
27
with :
28
28
versionSpec : ' 5.x'
29
29
30
30
- name : Install GitReleaseManager
31
31
if : ${{ github.event.action == 'opened' }}
32
- uses : gittools/actions/gitreleasemanager/setup@v0.9.15
32
+ uses : gittools/actions/gitreleasemanager/setup@v0.10.0
33
33
with :
34
34
versionSpec : ' 0.11.x'
35
35
36
36
- name : Use GitVersion
37
37
if : ${{ github.event.action == 'opened' }}
38
38
id : gitversion
39
- uses : gittools/actions/gitversion/execute@v0.9.15
39
+ uses : gittools/actions/gitversion/execute@v0.10.0
40
40
41
41
- name : Create Milestone
42
42
if : ${{ github.event.action == 'opened' }}
You can’t perform that action at this time.
0 commit comments