Update workflows actions to @v4 and net9
This commit is contained in:
parent
90f1d49887
commit
756f3138dd
2 changed files with 11 additions and 11 deletions
6
.github/workflows/ci-otapi3-nuget.yml
vendored
6
.github/workflows/ci-otapi3-nuget.yml
vendored
|
|
@ -11,13 +11,13 @@ jobs:
|
|||
environment: release
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: 6.0.400
|
||||
dotnet-version: 9.0.x
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue