File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,31 +19,31 @@ jobs:
19
19
steps :
20
20
21
21
- name : Checkout repository
22
- uses : actions/checkout@v2
22
+ uses : actions/checkout@v4
23
23
24
24
# Several .NET Core versions will be used during the test run.
25
25
# The lowest version gets installed first in order to prevent
26
26
# "a newer version is already installed" install errors.
27
27
28
28
- name : Install .NET Core 2.1
29
- uses : actions/setup-dotnet@v1
29
+ uses : actions/setup-dotnet@v4
30
30
with :
31
31
dotnet-version : 2.1.x
32
32
33
33
- name : Install .NET Core 3.1
34
- uses : actions/setup-dotnet@v1
34
+ uses : actions/setup-dotnet@v4
35
35
with :
36
36
dotnet-version : 3.1.x
37
37
38
38
- name : Install .NET 6.0
39
- uses : actions/setup-dotnet@v1
39
+ uses : actions/setup-dotnet@v4
40
40
with :
41
41
dotnet-version : 6.0.x
42
42
43
43
# Building requires an up-to-date .NET SDK.
44
44
45
45
- name : Install .NET 7.0
46
- uses : actions/setup-dotnet@v1
46
+ uses : actions/setup-dotnet@v4
47
47
with :
48
48
dotnet-version : 7.0.x
49
49
You can’t perform that action at this time.
0 commit comments