Skip to content

Commit b4792f1

Browse files
authored
Update build-and-test.yml
1 parent 2f310c6 commit b4792f1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ on:
55
- develop
66
jobs:
77
build-and-test:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v5
1111

1212
- name: Setup .NET Core
13-
uses: actions/setup-dotnet@v1
13+
uses: actions/setup-dotnet@v5
1414
with:
15-
dotnet-version: '3.1.x'
15+
dotnet-version: '8.0.x'
1616

1717
- name: Build
1818
run: dotnet build --configuration Release src/MsSqlHelpers/MsSqlHelpers.csproj

0 commit comments

Comments
 (0)