|
@@ -17,10 +17,10 @@ jobs:
|
|
|
matrix:
|
|
|
os: ['ubuntu-latest', 'windows-latest']
|
|
|
steps:
|
|
|
- - uses: actions/checkout@v2
|
|
|
+ - uses: actions/checkout@v3
|
|
|
with:
|
|
|
submodules: true
|
|
|
- - uses: actions/setup-dotnet@v1
|
|
|
+ - uses: actions/setup-dotnet@v3
|
|
|
with:
|
|
|
dotnet-version: '6.0.*'
|
|
|
- run: dotnet test
|