Skip to content

Commit 1e8cd8b

Browse files
authored
Update dotnet-core.yml
1 parent 312874a commit 1e8cd8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2.3.4
18+
uses: actions/checkout@v2.4.0
1919

2020
- name: Setup .NET Core
21-
uses: actions/setup-dotnet@v1.7.2
21+
uses: actions/setup-dotnet@v1.9.0
2222
with:
23-
dotnet-version: '5.0.100'
23+
dotnet-version: '6.0.x'
2424

2525
- name: Install Dependencies
2626
run: dotnet restore

0 commit comments

Comments
 (0)