Update run_integration_tests.yml

Update integration tests action dotnet version from 2.1.x to 3.1.x
This commit is contained in:
BobLd 2023-04-10 17:41:05 +01:00 committed by GitHub
parent 0e39bc0b76
commit 92f47df9f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
- name: Set up dotnet core
uses: actions/setup-dotnet@v1
with:
dotnet-version: "2.1.x"
dotnet-version: "3.1.x"
- name: Restore cached part 1
id: restore-cache-p1