Skip to content

Commit 2e85e39

Browse files
committed
Updated github actions and corresponding badge in readme
1 parent 6afe38d commit 2e85e39

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/dotnetcoretest.yml renamed to .github/workflows/dotnet-test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET Core Tests
1+
name: .NET Tests
22

33
on:
44
push:
@@ -15,13 +15,12 @@ jobs:
1515

1616
steps:
1717
- name: Checkout Lightning.NET
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Setup .NET Core
20-
uses: actions/setup-dotnet@v3
20+
uses: actions/setup-dotnet@v4
2121
with:
2222
dotnet-version: |
23-
6.0.x
24-
7.0.x
23+
9.0.x
2524
- name: Install dependencies
2625
working-directory: ${{ runner.workspace }}/Lightning.NET
2726
run: dotnet restore

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Lightning.NET
22
=============
33

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)
55

66
.NET library for OpenLDAP's LMDB key-value store.
77

0 commit comments

Comments
 (0)