File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,15 +91,15 @@ jobs:
91
91
restore-keys : |
92
92
${{ runner.os }}-nuget-
93
93
- name : 🔨 Use .NET Core 3.1 SDK
94
- uses : actions/setup-dotnet@v4.0.1
94
+ uses : actions/setup-dotnet@v4.1.0
95
95
with :
96
96
dotnet-version : ' 3.1.x'
97
97
- name : 🔨 Use .NET Core 6.0 SDK
98
- uses : actions/setup-dotnet@v4.0.1
98
+ uses : actions/setup-dotnet@v4.1.0
99
99
with :
100
100
dotnet-version : ' 6.0.x'
101
101
- name : 🔨 Use .NET Core 8.0 SDK
102
- uses : actions/setup-dotnet@v4.0.1
102
+ uses : actions/setup-dotnet@v4.1.0
103
103
with :
104
104
dotnet-version : ' 8.0.x'
105
105
- name : 🎁 dotnet tool restore
Original file line number Diff line number Diff line change 20
20
21
21
- name : Run Labeler
22
22
if : success()
23
- uses : crazy-max/ghaction-github-labeler@v5.0 .0
23
+ uses : crazy-max/ghaction-github-labeler@v5.1 .0
24
24
with :
25
25
yaml-file : .github/labels.yml
26
26
skip-delete : false
You can’t perform that action at this time.
0 commit comments