File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- name : .NET Core Tests
1
+ name : .NET Tests
2
2
3
3
on :
4
4
push :
@@ -15,13 +15,12 @@ jobs:
15
15
16
16
steps :
17
17
- name : Checkout Lightning.NET
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
- name : Setup .NET Core
20
- uses : actions/setup-dotnet@v3
20
+ uses : actions/setup-dotnet@v4
21
21
with :
22
22
dotnet-version : |
23
- 6.0.x
24
- 7.0.x
23
+ 9.0.x
25
24
- name : Install dependencies
26
25
working-directory : ${{ runner.workspace }}/Lightning.NET
27
26
run : dotnet restore
Original file line number Diff line number Diff line change 1
1
Lightning.NET
2
2
=============
3
3
4
- ![ .NET Core Tests] ( https://github.com/CoreyKaylor/Lightning.NET/workflows/.NET%20Core %20Tests/badge.svg )
4
+ ![ .NET Tests] ( https://github.com/CoreyKaylor/Lightning.NET/workflows/.NET%20Tests/badge.svg )
5
5
6
6
.NET library for OpenLDAP's LMDB key-value store.
7
7
You can’t perform that action at this time.
0 commit comments