File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -90,19 +90,19 @@ jobs:
90
90
path : ' ${{ github.workspace }}/.nuget/packages'
91
91
key : " ${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/dotnet-tools.json') }}"
92
92
- name : 🔨 Use .NET Core 3.1 SDK
93
- uses : actions/setup-dotnet@v4.3.1
93
+ uses : actions/setup-dotnet@v5.0.0
94
94
with :
95
95
dotnet-version : ' 3.1.x'
96
96
- name : 🔨 Use .NET Core 6.0 SDK
97
- uses : actions/setup-dotnet@v4.3.1
97
+ uses : actions/setup-dotnet@v5.0.0
98
98
with :
99
99
dotnet-version : ' 6.0.x'
100
100
- name : 🔨 Use .NET Core 8.0 SDK
101
- uses : actions/setup-dotnet@v4.3.1
101
+ uses : actions/setup-dotnet@v5.0.0
102
102
with :
103
103
dotnet-version : ' 8.0.x'
104
104
- name : 🔨 Use .NET Core 9.0 SDK
105
- uses : actions/setup-dotnet@v4.3.1
105
+ uses : actions/setup-dotnet@v5.0.0
106
106
with :
107
107
dotnet-version : ' 9.0.x'
108
108
- name : 🎁 dotnet tool restore
Original file line number Diff line number Diff line change 14
14
with :
15
15
fetch-depth : 0
16
16
17
- - uses : actions/setup-dotnet@v4
17
+ - uses : actions/setup-dotnet@v5
18
18
19
19
- name : Install GitVersion
20
20
uses :
gittools/actions/gitversion/[email protected]
Original file line number Diff line number Diff line change 21
21
with :
22
22
fetch-depth : 0
23
23
24
- - uses : actions/setup-dotnet@v4
24
+ - uses : actions/setup-dotnet@v5
25
25
26
26
- name : Fetch all history for all tags and branches
27
27
run : git fetch --prune
Original file line number Diff line number Diff line change 18
18
ref : ${{ github.sha }}
19
19
fetch-depth : 0
20
20
21
- - uses : actions/setup-dotnet@v4
21
+ - uses : actions/setup-dotnet@v5
22
22
23
23
- name : Fetch all history for all tags and branches
24
24
run : git fetch --prune
You can’t perform that action at this time.
0 commit comments