Skip to content

Commit cc84d8a

Browse files
Fixed build
1 parent 72c8060 commit cc84d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnetcore.yml

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

1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v3
1212
- name: Setup .NET Core
13-
uses: actions/setup-dotnet@v1
13+
uses: actions/setup-dotnet@v2
1414
with:
1515
dotnet-version: '6.0.x'
1616
- name: Build with dotnet

0 commit comments

Comments
 (0)