File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 82
82
runs-on : ${{ matrix.os }}
83
83
steps :
84
84
- name : Checkout
85
- uses : actions/checkout@v3.0.2
85
+ uses : actions/checkout@v3.1.0
86
86
with :
87
87
clean : ' false'
88
88
fetch-depth : ' 0'
@@ -97,11 +97,11 @@ jobs:
97
97
restore-keys : |
98
98
${{ runner.os }}-nuget-
99
99
- name : 🔨 Use .NET Core 3.1 SDK
100
- uses : actions/setup-dotnet@v2.1.0
100
+ uses : actions/setup-dotnet@v2.1.1
101
101
with :
102
102
dotnet-version : ' 3.1.x'
103
103
- name : 🔨 Use .NET Core 6.0 SDK
104
- uses : actions/setup-dotnet@v2.1.0
104
+ uses : actions/setup-dotnet@v2.1.1
105
105
with :
106
106
dotnet-version : ' 6.0.x'
107
107
- name : 🎁 dotnet tool restore
Original file line number Diff line number Diff line change @@ -10,23 +10,23 @@ jobs:
10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3.0.2
13
+ uses : actions/checkout@v3.1.0
14
14
with :
15
15
fetch-depth : 0
16
16
17
17
- name : Install GitVersion
18
- uses : gittools/actions/gitversion/setup@v0.9.13
18
+ uses : gittools/actions/gitversion/setup@v0.9.15
19
19
with :
20
20
versionSpec : ' 5.x'
21
21
22
22
- name : Install GitReleaseManager
23
- uses : gittools/actions/gitreleasemanager/setup@v0.9.13
23
+ uses : gittools/actions/gitreleasemanager/setup@v0.9.15
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.13
29
+ uses : gittools/actions/gitversion/execute@v0.9.15
30
30
31
31
# Ensure the milestone exists
32
32
- name : Create Milestone
Original file line number Diff line number Diff line change @@ -14,21 +14,21 @@ jobs:
14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3.0.2
17
+ uses : actions/checkout@v3.1.0
18
18
with :
19
19
fetch-depth : 0
20
20
21
21
- name : Fetch all history for all tags and branches
22
22
run : git fetch --prune
23
23
24
24
- name : Install GitVersion
25
- uses : gittools/actions/gitversion/setup@v0.9.13
25
+ uses : gittools/actions/gitversion/setup@v0.9.15
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.13
31
+ uses : gittools/actions/gitversion/execute@v0.9.15
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 @@ -16,11 +16,11 @@ jobs:
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3.0.2
19
+ uses : actions/checkout@v3.1.0
20
20
21
21
- name : Run Labeler
22
22
if : success()
23
- uses : crazy-max/ghaction-github-labeler@v3.1.1
23
+ uses : crazy-max/ghaction-github-labeler@v3.2.0
24
24
with :
25
25
yaml-file : .github/labels.yml
26
26
skip-delete : false
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@v3.0.2
16
+ uses : actions/checkout@v3.1.0
17
17
with :
18
18
ref : ${{ github.sha }}
19
19
fetch-depth : 0
@@ -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.13
26
+ uses : gittools/actions/gitversion/setup@v0.9.15
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.13
32
+ uses : gittools/actions/gitreleasemanager/setup@v0.9.15
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.13
39
+ uses : gittools/actions/gitversion/execute@v0.9.15
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