Skip to content

Commit 23d375e

Browse files
Copilotwannaphong
andcommitted
Update GitHub Actions workflow to use .NET 8.0
Co-authored-by: wannaphong <8536487+wannaphong@users.noreply.github.com>
1 parent 842c54f commit 23d375e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnetcore.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
12-
- name: Setup .NET Core
13-
uses: actions/setup-dotnet@v1
11+
- uses: actions/checkout@v4
12+
- name: Setup .NET
13+
uses: actions/setup-dotnet@v4
1414
with:
15-
dotnet-version: 3.1.101
15+
dotnet-version: '8.0.x'
1616
- name: Install dependencies
1717
run: dotnet restore
1818
- name: Build

0 commit comments

Comments
 (0)