File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
26
- name : Setup .NET 6.0 & 8.0
27
- uses : actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # 4.0 .0
27
+ uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2 .0
28
28
with :
29
29
dotnet-version : |
30
30
6.0.405
Original file line number Diff line number Diff line change 54
54
steps :
55
55
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
56
56
- name : Setup .NET 6.0
57
- uses : actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a
57
+ uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
58
58
with :
59
59
dotnet-version : 6.0.405
60
60
Original file line number Diff line number Diff line change 35
35
mask-aws-account-id : true
36
36
37
37
- name : Set up .NET
38
- uses : actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3
38
+ uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
39
39
with :
40
40
dotnet-version : ' 8.x'
41
41
71
71
aws-region : us-east-1
72
72
73
73
- name : Set up .NET
74
- uses : actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3
74
+ uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
75
75
with :
76
76
dotnet-version : ' 8.x'
77
77
@@ -101,7 +101,7 @@ jobs:
101
101
mask-aws-account-id : true
102
102
103
103
- name : Set up .NET
104
- uses : actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3
104
+ uses : actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852
105
105
with :
106
106
dotnet-version : ' 8.x'
107
107
You can’t perform that action at this time.
0 commit comments