mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Bump actions/setup-dotnet from 3 to 4 (#18919)
This commit is contained in:
parent
e08bdc109d
commit
a90526667d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish-csharp-apidocs.yml
vendored
2
.github/workflows/publish-csharp-apidocs.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup .NET
|
||||
uses: actions/setup-dotnet@v3
|
||||
uses: actions/setup-dotnet@v4
|
||||
with:
|
||||
dotnet-version: 6.0.x
|
||||
- name: Restore dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue