File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 79
79
runs-on : ${{ matrix.os }}
80
80
steps :
81
81
- name : Checkout
82
- uses : actions/checkout@v4.2.2
82
+ uses : actions/checkout@v4.3.0
83
83
with :
84
84
clean : ' false'
85
85
fetch-depth : ' 0'
Original file line number Diff line number Diff line change @@ -10,26 +10,26 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v4.2.2
13
+ uses : actions/checkout@v4.3.0
14
14
with :
15
15
fetch-depth : 0
16
16
17
17
- uses : actions/setup-dotnet@v4
18
18
19
19
- name : Install GitVersion
20
- uses : gittools/actions/gitversion/setup@v4.0.1
20
+ uses : gittools/actions/gitversion/setup@v4.1.0
21
21
with :
22
22
versionSpec : ' 6.0.x'
23
23
preferLatestVersion : true
24
24
25
25
- name : Install GitReleaseManager
26
- uses : gittools/actions/gitreleasemanager/setup@v4.0.1
26
+ uses : gittools/actions/gitreleasemanager/setup@v4.1.0
27
27
with :
28
28
versionSpec : ' 0.18.x'
29
29
30
30
- name : Use GitVersion
31
31
id : gitversion
32
- uses : gittools/actions/gitversion/execute@v4.0.1
32
+ uses : gittools/actions/gitversion/execute@v4.1.0
33
33
34
34
# Ensure the milestone exists
35
35
- name : Create Milestone
Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
20
- uses : actions/checkout@v4.2.2
20
+ uses : actions/checkout@v4.3.0
21
21
with :
22
22
fetch-depth : 0
23
23
@@ -27,14 +27,14 @@ jobs:
27
27
run : git fetch --prune
28
28
29
29
- name : Install GitVersion
30
- uses : gittools/actions/gitversion/setup@v4.0.1
30
+ uses : gittools/actions/gitversion/setup@v4.1.0
31
31
with :
32
32
versionSpec : ' 6.0.x'
33
33
preferLatestVersion : true
34
34
35
35
- name : Use GitVersion
36
36
id : gitversion
37
- uses : gittools/actions/gitversion/execute@v4.0.1
37
+ uses : gittools/actions/gitversion/execute@v4.1.0
38
38
39
39
- name : Create Milestone
40
40
uses : WyriHaximus/github-action-create-milestone@v1
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v4.2.2
19
+ uses : actions/checkout@v4.3.0
20
20
21
21
- name : Run Labeler
22
22
if : success()
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v4.2.2
16
+ uses : actions/checkout@v4.3.0
17
17
with :
18
18
ref : ${{ github.sha }}
19
19
fetch-depth : 0
@@ -25,21 +25,21 @@ jobs:
25
25
26
26
- name : Install GitVersion
27
27
if : ${{ github.event.action == 'opened' }}
28
- uses : gittools/actions/gitversion/setup@v4.0.1
28
+ uses : gittools/actions/gitversion/setup@v4.1.0
29
29
with :
30
30
versionSpec : ' 6.0.x'
31
31
preferLatestVersion : true
32
32
33
33
- name : Install GitReleaseManager
34
34
if : ${{ github.event.action == 'opened' }}
35
- uses : gittools/actions/gitreleasemanager/setup@v4.0.1
35
+ uses : gittools/actions/gitreleasemanager/setup@v4.1.0
36
36
with :
37
37
versionSpec : ' 0.18.x'
38
38
39
39
- name : Use GitVersion
40
40
if : ${{ github.event.action == 'opened' }}
41
41
id : gitversion
42
- uses : gittools/actions/gitversion/execute@v4.0.1
42
+ uses : gittools/actions/gitversion/execute@v4.1.0
43
43
44
44
- name : Create Milestone
45
45
if : ${{ github.event.action == 'opened' }}
You can’t perform that action at this time.
0 commit comments